You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
484 B
Bash
22 lines
484 B
Bash
# This install majiggy is for something with x
|
|
|
|
# Terminal shit
|
|
sudo apt install git zsh tmux vim neofetch wget curl gdebi parted
|
|
# Oh my zsh
|
|
sudo sh -c "$(wget https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
|
|
# Change default shell to zsh
|
|
sudo chsh -s /bin/zsh
|
|
|
|
# Image viewer, music player, rss feed, etc
|
|
sudo apt install feh cmus newsboat
|
|
|
|
# Random shit
|
|
sudo apt install gtypist
|
|
# brave-browser
|
|
|
|
# GUI shit
|
|
sudo apt install lightdm
|
|
|
|
# More
|
|
# dwm dmenu st lf
|