Skip to content

Instantly share code, notes, and snippets.

@georgebax
Last active February 27, 2021 21:22
Show Gist options
  • Save georgebax/9e701b7ce917477699d48ec71c44b0ef to your computer and use it in GitHub Desktop.
Save georgebax/9e701b7ce917477699d48ec71c44b0ef to your computer and use it in GitHub Desktop.
# Installation of basic packages for a fresh debian-based linux installation
sudo apt update
sudo apt upgrade -y
sudo apt install -y docker git docker-compose git maven openjdk-8-jdk openjdk-8-jre zsh redshift-gtk vlc
# Change default shell
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Install fusuma. tested on mint
sudo gpasswd -a $USER input
newgrp input
sudo apt-get install libinput-tools ruby
sudo gem install fusuma
sudo apt-get install xdotool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment