Skip to content

my configuration files and a helper script for making linux home fast.

License

Notifications You must be signed in to change notification settings

boorboor/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

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

my configuration files and a helper script for making linux home fast.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published