Skip to content

tony-sol/.config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

732 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.config

This repo contains configuration from XDG_CONFIG_HOME.

Noticeable files

  • .gitmodules - List of manually install plugins (e.g. zsh and tmux plugins)

Noticeable tricks

  • Ignore changes in indexed file
git update-index --skip-worktree <FILE> # use --no-skip-worktree to bring file back
  • List of ignored indexed files
git ls-files -v | grep -E '^S '