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

No packages published