|
|
@ -38,7 +38,7 @@ usertest() { |
|
|
|
|
|
|
|
dev() { |
|
|
|
echo "Developer tools..." |
|
|
|
sudo -S pacman --noconfirm -S neovim nodejs |
|
|
|
sudo -S pacman --noconfirm -S neovim nodejs rustc |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -114,8 +114,8 @@ dotfiles() { |
|
|
|
graphical() { |
|
|
|
sudo -S pacman --noconfirm -S xorg xorg xorg-server xorg-xinit xorg-fonts-misc \ |
|
|
|
xclip nitrogen dmenu ttf-jetbrains-mono noto-fonts-emoji ttf-dejavu \ |
|
|
|
picom xclip kitty |
|
|
|
paru -S --noconfirm polybar cwm |
|
|
|
picom xclip kitty polybar |
|
|
|
paru -S --noconfirm cwm |
|
|
|
mkdir -p "$HOME/wallpaper" |
|
|
|
} |
|
|
|
|
|
|
|