Before using these dotfiles, ensure that you have the following prerequisites installed on your system:
- git
- stow
- neovim
To install these dotfiles on your system, follow these steps:
- Clone this repository to your home directory:
cd ~ && git clone https://github.com/TangyOrigami/.dotfiles.git- There are some extra steps that are better detailed on the original repo's for their respective projects, they're linked as submodules but in case you missed them here are the links. Follow the steps detailed in their repos and place them where they are referenced in the file tree:
- I use
stowto create symlinks to my configs. This executable should set everything up for you to hit the ground running:
chmod +x ./stow-util.sh
./stow-util.sh