aboutsummaryrefslogtreecommitdiff
path: root/2.user.bash_history
blob: 6a080439f490811b69d62abdbadd627e05131aad (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

# 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