Skip to content

myuverr/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dotfiles managed with a bare git repository.

Setup

# Clone
git clone --bare <repo-url> $HOME/.dotfiles

# Define alias
alias dot='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

# Checkout (backup conflicting files first if needed)
dot checkout

# Hide untracked files
dot config --local status.showUntrackedFiles no

# Pull submodules
dot submodule update --init --depth 1

Usage

# Update upstream themes
dot submodule update --remote --merge --depth 1

License

Licensed under the ISC License. Files with existing license headers retain their original license.

About

My personal dotfiles

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages