This repo contains the dotfiles for my sytem
| Purpose | Tool |
|---|---|
| Text editor | Neovim |
| Shell | zsh |
| Version Control | Git |
Ensure you have the following installed in the sytem:
- Git
- Stow
$ sudo apt install stow
-
First, clone the dotfiles repo into your $HOME directory using Git
$ git clone [email protected]/gdnkemboi/dotfiles.git $ cd dotfiles -
Use GNU Stow to create symlinks
$ stow .
Dotfiles tutorial by Dreams of Code