Skip to content

Instantly share code, notes, and snippets.

@qa1
Last active July 8, 2021 06:12
Show Gist options
  • Save qa1/4b3a0f8e68036670534ae624a048f64f to your computer and use it in GitHub Desktop.
Save qa1/4b3a0f8e68036670534ae624a048f64f to your computer and use it in GitHub Desktop.
sudo apt upgrade &&
apt-get install fish -y &&
sudo add-apt-repository ppa:fish-shell/release-3
sudo apt-get update
sudo apt-get install fish
chsh -s /usr/bin/fish &&
curl -L https://get.oh-my.fish | fish &&
omf install shellder &&
curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher &&
fisher install jethrokuan/z &&
wget http://archive.ubuntu.com/ubuntu/pool/universe/r/rust-exa/exa_0.9.0-4_amd64.deb &&
sudo apt-get install ./exa_0.9.0-4_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment