My personal dotfiles and bootstrap scripts to quickly set up my preferred shell, tools, and development environment.
First, clone this repository:
git clone https://github.com/linhns/dotfiles.gitThen, change into the directory:
cd dotfilesFinally, create the symlinks using GNU Stow:
stow . --no-foldingFeel free to fork, copy, and adapt this repository to fit your own workflow as this setup is meant to be a starting point, customizations should be handled carefully to avoid leaking personal data.
It is suggested to visualize what Stow will create by running:
stow . --no-folding --simulate