Skip to content

Instantly share code, notes, and snippets.

@ddieppa
Created February 4, 2020 04:34
Show Gist options
  • Save ddieppa/b6cfa4c07f77894820c677b2be27192c to your computer and use it in GitHub Desktop.
Save ddieppa/b6cfa4c07f77894820c677b2be27192c to your computer and use it in GitHub Desktop.

My Ubuntu installations

Backup Dotfiles

cp .bashrc .bashrc.bak cp .bash_logout .bash_logout.bak cp .profile .profile.bak

Terminal utilities

sudo apt install zsh -y zsh --version chsh -s $(which zsh) echo $SHELL //Expected result: /bin/zsh or similar.

Development

sudo add-apt-repository ppa:git-core/ppa sudo apt update && sudo apt upgrade -y sudo apt install git -y sudo snap install --classic code-insders # or code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment