Skip to content

Instantly share code, notes, and snippets.

@alisterlf
Last active May 12, 2021 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alisterlf/8a040c77198af7154c374f0687611794 to your computer and use it in GitHub Desktop.
Save alisterlf/8a040c77198af7154c374f0687611794 to your computer and use it in GitHub Desktop.
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner"
sudo apt-get update
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
rm google-chrome-stable_current_amd64.deb
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
nvm install stable
gsettings set org.gnome.shell.extensions.dash-to-dock isolate-workspaces true
sudo apt install git
sudo apt install gnome-tweak-tool
sudo apt install fonts-firacode
sudo apt install flameshot
sudo snap install snap-store
sudo snap install code --classic
sudo snap install slack --classic
sudo snap install postman
sudo snap install spotify
sudo snap install vlc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment