Dotfiles Organize, Transfer & Sync
Recommended to use with GNU stow.
-
Clone the repository:
git clone https://github.com/8hantanu/dots.git
-
Install GNU Stow (if not already installed):
# Using apt (on Debian/Ubuntu) sudo apt install stow
# Using brew (on macOS) brew install stow
-
Change to the dots directory:
cd dots
-
Use GNU Stow to symlink the config files to home directory:
stow .
The repo has following configs:
.vimrc
- vim config.tmux.conf
- tmux configuration file.
Any ideas, suggestions, or feedback regarding dots, please feel free to open an issue on the repository.
Also share any config tips/tricks.
Open-source licensed under the MIT license.