Created
June 1, 2019 16:50
-
-
Save alienbogart/42f02b05057f0d2d29f7e661332ee527 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
| clear && | |
| apt -y update && | |
| apt -y dist-upgrade && | |
| apt -y autoremove && | |
| apt -y autoclean && | |
| apt -y install i3 rofi ranger xorg-dev xcape rubygems lxappearance leafpad calibre zathura zathura-pdf-poppler qbittorrent uget xclip dmenu checkinstall lxde unclutter arandr xbindkeys font-manager atool silversearcher-ag clang aspell-pt-br pandoc markdown xsel xdotool lxde-settings-daemon make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev libffi-dev liblzma-dev python-openssl w3m-img && | |
| apt -y autoremove && | |
| apt -y autoclean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment