aboutsummaryrefslogtreecommitdiff
path: root/2.user.bash_history
blob: 74917c97a48167aa17e2f75f2aa2e471d48d1e9d (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 paccache

# 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