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.

Revisions

  1. qa1 revised this gist Jul 8, 2021. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions fish
    Original 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 &&
  2. qa1 revised this gist Jul 8, 2021. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions fish
    Original file line number Diff line number Diff line change
    @@ -1,9 +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 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
  3. qa1 created this gist Jul 5, 2021.
    9 changes: 9 additions & 0 deletions fish
    Original 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