Skip to content

boorboor/dotfiles

Repository files navigation

dotfiles

My set of config files to make new setup fast.

Clone the repository locally.

mkdir ~/Codes/
git clone https://github.com/boorboor/dotfiles ~/Codes/dotfiles

neovim

Make link to activate.

mkdir -p ~/.config/
ln -s ~/Codes/dotfiles/dotfiles/nvim ~/.config/

Install plugins separately, currently using the Lazy for auto setup.

mkdir -p ~/.local/share/nvim/site/pack/main/start/
cd !$
git clone https://github.com/<OWNER>/<NAME>

Tmux

Make link to activate.

mkdir -p ~/.config/
ln -s ~/Codes/dotfiles/dotfiles/.tmux.conf ~/.tmux.conf

Install Tmux plugins, clone plugin manager

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

Hit prefix + I to fetch plugins and source it. You should now be able to use the plugins.

About

These are my dotfiles and a script to get a Dev home environment up and running.

Topics

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Contributors