12 lines
342 B
Bash
Executable File
12 lines
342 B
Bash
Executable File
# install dependencies
|
|
sudo pacman -S curl --noconfirm
|
|
|
|
# install alacritty
|
|
sudo pacman -S alacritty --noconfirm
|
|
|
|
# install oh my zsh
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
|
cp ~/.oh-my-zsh/custom/themes/example.zsh-theme ~/.oh-my-zsh/custom/themes/default.zsh-theme
|
|
cp zshrc ~/.zshrc
|
|
|