Last active
May 12, 2021 14:22
-
-
Save alisterlf/8a040c77198af7154c374f0687611794 to your computer and use it in GitHub Desktop.
This file contains 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 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