-
delta
-
fish
-
fzf (>= 0.23.0)
-
neovim (>= 0.8)
-
ripgrep
mkdir -p ~/local/ports/dotfiles
git clone https://github.com/moep/dotfiles ~/.local/ports/dotfiles
cd ~/.local/ports/dotfiles
# You can also use $XDG_CONFIG_HOME instead
ln -s .config ~/.config
ln -s .gitconfig ~/.gitconfig
nvim ~/.gitconfig
ln -s .inputrc ~/.inputrc
ln -s .lessfilter ~/.lessfilter|
Warning
|
In case you install directly from junegunn/fzf, use options --no-fish or --bin to prevent conflicts with my keybindings.
|
-
delta
cd ~/.local/bin # replace with actual OS if needed curl -L https://github.com/junegunn/fzf/releases/download/0.24.3/fzf-0.24.3-freebsd_amd64.tar.gz | tar -xzf -
cd ~/.local/ports
git clone https://github.com/dandavison/delta
cd delta
make
ln -s target/release/delta ~/.local/bin/delta