aboutsummaryrefslogtreecommitdiff
path: root/2.user.bash_history
blob: 6317c86a5820813c8a44f6b76663c2d25c0a6f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sudo wifi-menu

git clone https://aur.archlinux.org/yay
cd yay
makepkg -si
cd ..
rm -rf yay
yay create_ap pacman-contrib

# 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