mkdir $HOME/.dotfiles
echo "alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'" >> $HOME/.zshrc
git clone --bare [email protected]:ralph-bergmann/dotfiles.git $HOME/.dotfiles
dotfiles checkout
dotfiles config --local status.showUntrackedFiles no
brew install nvim bat eza ripgrep zoxide fzf tmux starship lazygit difftastic rust-analyzer
brew install --cask alacritty
If fzf
completion isn't working run $(brew --prefix)/opt/fzf/install
.
Install tmux
tpm
: git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
In a tmux
session press <leader> I
to install all plugins.
Rename the original rust-analyzer
so that the one needed for nvim can be taken from brew
.