Last active
July 23, 2019 16:21
-
-
Save alienbogart/7f756610b2cc7fda73893cf774e667b5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
apt --yes update && | |
apt --yes dist-upgrade && | |
apt --yes install \ | |
i3 \ | |
dmenu \ | |
rofi \ | |
vim \ | |
neovim \ | |
xcape \ | |
xdotool \ | |
xbindkeys \ | |
lxappearance \ | |
zathura \ | |
zathura-pdf-poppler \ | |
qbittorrent \ | |
uget \ | |
xclip \ | |
clipit \ | |
unclutter \ | |
trash-cli \ | |
arandr \ | |
font-manager \ | |
atool \ | |
silversearcher-ag \ | |
pandoc \ | |
markdown \ | |
w3m \ | |
w3m-img \ | |
git \ | |
curl \ | |
python-all \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment