aboutsummaryrefslogtreecommitdiff
path: root/2.user.bash_history
diff options
context:
space:
mode:
Diffstat (limited to '2.user.bash_history')
-rw-r--r--2.user.bash_history18
1 files changed, 18 insertions, 0 deletions
diff --git a/2.user.bash_history b/2.user.bash_history
new file mode 100644
index 0000000..6a08043
--- /dev/null
+++ b/2.user.bash_history
@@ -0,0 +1,18 @@
+sudo wifi-menu
+
+git clone https://aur.archlinux.org/yay
+cd yay
+makepkg -si
+cd ..
+rm -rf yay
+yay create_ap
+
+# My Dotfiles
+chsh -s /bin/zsh
+git clone https://git.ahov.co/dotfiles.git .dotfiles
+cd .dotfiles
+./install
+# Copy in zshrc.local from the repo
+vim ~/.zshrc.local
+
+sudo reboot