Install preferred Nerd Font (JetBrainsMono Nerd Font).
# On macOS:
brew install fd fzf git python rcm ripgrep lazygit neovim tmux
# On Debian Linux:
sudo apt install fd-find fzf git rcm ripgrep tmux
Or fetch the latest binary releases: lazygit | neovim
Clone this repo (and submodules) to ~/.dotfiles
and use rcm to link all dotfiles and dirs:
git clone --recursive https://github.com/tbastos/dotfiles.git ~/.dotfiles
lsrc # dry run
rcup -v
cd ~/.dotfiles && git pull
git submodule update --init --recursive