Skip to content

Instantly share code, notes, and snippets.

@alienbogart
Created June 1, 2019 16:50
Show Gist options
  • Select an option

  • Save alienbogart/42f02b05057f0d2d29f7e661332ee527 to your computer and use it in GitHub Desktop.

Select an option

Save alienbogart/42f02b05057f0d2d29f7e661332ee527 to your computer and use it in GitHub Desktop.
#!/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