Skip to content

tigerjack/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My git dotfiles repo containing all relevant configurations.

  • Post-install steps
  1. clone git repo in your user dir using
git clone --bare [email protected]:tigerjack/dotfiles.git ~/.cfg`
  1. execute
dotfiles_mgmt config --global filter.ignore-theme.clean "sed '/THEME_START/,/THEME_END/d'"
dotfiles_mgmt config --global filter.ignore-theme.smudge "cat"

It will

  • clean Deletes lines between THEME_START and THEME_END when committing.
  • smudge Leaves the file unchanged when checking it out, preserving local modifications.
  • Post git clone
  1. Set hostname if not already specified inside /etc/hostname
  2. Set graphic cards in .env_gui
  3. Set relevant dirs in .env_global
  4. Execute generate_from_global_env
  5. Execute switch_theme.sh. Note that theme lines are untracked from git using this method https://stackoverflow.com/questions/6557467/can-git-ignore-a-specific-line