Skip to content

Instantly share code, notes, and snippets.

@alexhallam
Last active October 9, 2019 13:52
Show Gist options
  • Save alexhallam/705e9c981f32662a1456310fa6ec840f to your computer and use it in GitHub Desktop.
Save alexhallam/705e9c981f32662a1456310fa6ec840f to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt update && sudo apt-get install vim sudo -y \
&& sudo apt-get install git stow -y \
&& sudo adduser $USER sudo \
&& sudo apt install bspwm sxhkd xterm \
suckless-tools feh compton dunst libnotify-bin \
lemonbar xdo acpi gnome-keyring -y \
&& sudo apt remove mate-notification-daemon -y\
&& sudo apt install papirus-icon-theme -y\
&& sudo apt install fonts-firacode fonts-hack \
fonts-roboto fonts-dejavu fonts-dejavu-extra \
fonts-noto-color-emoji fonts-symbola xfonts-terminus \
tmux vim-gtk3 newsboat scrot xbacklight \
mpd mpc ncmpcpp mpdris2 python-mutagen playerctl\
mpv youtube-dl imagemagick rsync qtpass pavucontrol sxiv\
audacity darktable \
vrms neofetch flatpak -y \
&& flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo \
&& flatpak install org.gnome.clocks org.kde.kdenlive \
&& git clone https://gitlab.com/protesilaos/cpdfd ~/cpdfd \
&& rm .bashrc \
&& rm .profile \
&& cd ~/cpdfd \
&& stow -v bin bspwm colours compton dunst fontconfig gtk keyring music newsboat shell tmux vim xterm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment