Skip to content

Instantly share code, notes, and snippets.

@gmolveau
Created July 29, 2020 19:28
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save gmolveau/8fcdb5e953bd6c9dad18ecd39b9718a4 to your computer and use it in GitHub Desktop.
Save gmolveau/8fcdb5e953bd6c9dad18ecd39b9718a4 to your computer and use it in GitHub Desktop.
ubuntu/debian diff-so-fancy install
# tired of "Unable to locate package diff-so-fancy ?"
# choose a folder that is in your PATH or create a new one
mkdir -p ~/bin
# add ~/bin to your PATH (.bashrc or .zshrc)
cd ~/bin
git clone https://github.com/so-fancy/diff-so-fancy diffsofancy
chmod +x diffsofancy/diff-so-fancy
ln -s ~/bin/diffsofancy/diff-so-fancy ~/bin/diff-so-fancy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment