Last active
July 2, 2019 09:25
-
-
Save alexcambose/990f707f7ee67a057de31714410aa59b to your computer and use it in GitHub Desktop.
Common commands to run after installing linux
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
sudo snap install chromium && sudo snap install code --classic && sudo snap install webstorm --classic && sudo snap install spotify && sudo snap install slack --classic && sudo pt instal nodejs -y && sudo apt install npm -y && sudo apt install git | |
# gestures | |
sudo gpasswd -a $USER input | |
/usr/bin/gnome-session-quit --no-prompt | |
sudo apt-get install libinput-tools | |
sudo apt-get install xdotool | |
sudo apt install ruby | |
sudo gem install fusuma |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment