-
-
Save qa1/4b3a0f8e68036670534ae624a048f64f to your computer and use it in GitHub Desktop.
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 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