Skip to content

nas3ts/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

177 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Releases

No releases published

Packages

 
 
 

Contributors