Last active
February 27, 2021 21:22
-
-
Save georgebax/9e701b7ce917477699d48ec71c44b0ef 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
# 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