Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 699 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 699 Bytes

Installation Dependencies

  1. Git
  2. Stow

Cloning

Note that this project uses submodules, to clone it with it submodules, use the following command:

# cd to your home directory
cd

# clone the dotfiles
git clone --recurse-submodules https://github.com/soonann/dotfiles.git 

Installation

To install the dotfiles on your system, you can select the specific dir of dotfiles to install:

# installs only nvim tmux and alacritty
stow nvim tmux alacritty

Stow creates a symlink to your home directory at different locations depending on the structure of the dir selected

Uninstall

To uninstall, simply run the following command:

stow -D nvim tmux alacritty