/dotfiles

Primary LanguageShell

Dependencies

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

Install

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

Update

cd ~/.dotfiles && git pull
git submodule update --init --recursive