My dotfiles.
curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish
fisher install jethrokuan/z
fisher install 0rax/fish-bd
fish_update_completions
brew install fzf # macOS
sudo apt install -y fzf # on Ubuntu
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install --no-bash --no-zsh
fzf_key_bindings
fisher install franciscolourenco/done
set -U __done_min_cmd_duration 60000
find /usr/share/nano -name '*.nanorc' | awk '{print "include \"" $1 "\""}' >> ~/.nanorc
chmod 755 /usr/share/doc/git/contrib/diff-highlight/diff-highlight
ln -s /usr/share/doc/git/contrib/diff-highlight/diff-highlight /usr/local/bin/
CC0 1.0 Universal, Public Domain