My dotfiles
This repo uses a Git submodule to include the terminal themes.
If you're cloning this repo for the first time:
git clone --recurse-submodules https://github.com/nas3ts/dotfiles.gitโ This grabs both the main repo and the themes inside
themes/terminal.
To pull updates from both this repo and the terminal themes:
git pull --recurse-submodules
git submodule update --remoteOr use the builtin alias
gupdate # does exactly what the commands above do, just easier to remember๐ Use this to stay synced with any theme updates.