/dotfiles

My dotfiles

Primary LanguageShell

Pre-requisites (if using tmux)

Installing

Run the following commands:

git clone https://github.com/bond/dotfiles.git
cd dotfiles
make install

By default existing files will be overwritten!

Information

Rust completitions

Rust completition are sourced from commands:

rustup completions zsh > dot.zsh/comp/_rustup
rustup completions zsh cargo > dot.zsh/comp/_cargo