Skip to content

Instantly share code, notes, and snippets.

@telnet2
Created June 6, 2020 23:56
Show Gist options
  • Save telnet2/611cbf2f48854966b0d97847c982021a to your computer and use it in GitHub Desktop.
Save telnet2/611cbf2f48854966b0d97847c982021a to your computer and use it in GitHub Desktop.
# install bash-it
git clone --depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
~/.bash_it/install.sh
# change theme to clean for bash-it
# install fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
# install fasd
sudo add-apt-repository ppa:aacebedo/fasd
sudo apt-get update
sudo apt-get install fasd
echo 'eval "$(fasd --init auto)"' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment