lavovaLampa / dotfiles

Personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal dotfiles

My personal dotfiles managed using GNU stow.

How To Use

To create symlinks for selected folder/category, run:

gnu stow <name_of_folder_here>

Note, that the default target directory is a one level about the $PWD by default. Make sure to clone this repository into ~/<subfolder_name> or declare target directory manually using the --target=~/ option.

Examples

To create symlinks to neovim config, run following command from the root of the repository:

stow neovim 

To create symlinks to tmux config in case the repository is not cloned in a correct location, run:

stow --target=~/ tmux

About

Personal dotfiles

License:Creative Commons Zero v1.0 Universal


Languages

Language:Shell 57.4%Language:Vim Script 42.6%