This directory contains the dotfiles for my system
Ensure you have the following installed on your system
apt install git
apt install stow
Manual installation script under scripts/install_stow.sh
First, check out the dotfiles repo in your $HOME directory using git
$ git clone [email protected]/bkemmer/dot-files.git
$ cd dot-files
then use GNU stow to create symlinks
$ stow .
To add the required zsh extensions run the script under scrips
folder.
To setup vscode run using Makefile commands
Usefull scripts to setup tools