You can run bash.build script or manually create symbolic links to files.
$ ln -s ~$HOME/dotfiles/bashrc ~/.bashrc
vim-plug
Download plug.vim and put it in the "autoload" directory .vim/autoload.
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
bat / batcat upgrade of cat. mapped to r.
ripgrep alternative to grep, mapped to s.
$ curl -LO https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb
$ sudo dpkg -i ripgrep_13.0.0_amd64.deb
fdfind alternative to find. mapped to f.
exa alternative to ls. mapped to e.
fzf upgrade CTRL-R bash history search.
$ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
$ ~/.fzf/install
git-delta upgrade git diff.
$ curl -LO <new-release>
$ sudo dpkg -i new-release-file.deb