-
-
Save qa1/4b3a0f8e68036670534ae624a048f64f to your computer and use it in GitHub Desktop.
Revisions
-
qa1 revised this gist
Jul 8, 2021 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,8 @@ 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 && -
qa1 revised this gist
Jul 8, 2021 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ sudo apt upgrade && apt-get install fish -y && 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 -
qa1 created this gist
Jul 5, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ sudo apt upgrade 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