Skip to content

Latest commit

Β 

History

History
33 lines (22 loc) Β· 768 Bytes

File metadata and controls

33 lines (22 loc) Β· 768 Bytes

dotfiles

My dotfiles

🧩 Using Submodules (Terminal Themes)

This repo uses a Git submodule to include the terminal themes.

πŸ›  First Time Setup

If you're cloning this repo for the first time:

git clone --recurse-submodules https://github.com/nas3ts/dotfiles.git ~/.dotfiles

βœ… This grabs both the main repo and the themes inside themes/terminal.


πŸ” Updating Later

To pull updates from both this repo and the terminal themes:

git pull --recurse-submodules
git submodule update --remote

Or 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.