- Clone the
.dotfilesrepo and all of it's submodules into your home directory and move into it.
git clone --recurse-submodules https://github.com/gkits/.dotfiles
cd .dotfiles- Install all packages provided in
packages.txt.
xargs paru -Syu < packages.txtI use CachyOS which is Arch based therefore the example given uses paru.
You can replace paru -Syu with the install command for the package manager of your choice (eg. apt install)
- Use the
linkscript to create all the symlinks
./link