|
@ -92,6 +92,10 @@ plugins() { |
|
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$HOME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting" |
|
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$HOME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
install_term() { |
|
|
|
|
|
sudo pacman -S --noconfirm ttf-jetbrains-mono kitty |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
dotfiles() { |
|
|
dotfiles() { |
|
|
echo "Adding vim and zsh configs" |
|
|
echo "Adding vim and zsh configs" |
|
|
if ! test -d "$DIR/dotfiles"; then |
|
|
if ! test -d "$DIR/dotfiles"; then |
|
@ -117,7 +121,7 @@ popshell() { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
(usertest && bootstrap_paru && dev && sysinfo && shell && plugins && dotfiles && |
|
|
(usertest && bootstrap_paru && dev && sysinfo && shell && plugins && dotfiles && |
|
|
popshell && browsers && meetings) || exit 1 |
|
|
|
|
|
|
|
|
install_term && popshell && browsers && meetings) || exit 1 |
|
|
|
|
|
|
|
|
cat <<EOF |
|
|
cat <<EOF |
|
|
Stuff to do: |
|
|
Stuff to do: |
|
|