Skip to content

simonkir/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

This is a repository for all of my dotfiles.

Installation

  • cd ~/
  • git init
  • git remote add origin https://github.com/simonkir/dotfiles.git
  • git fetch --all
  • git reset --hard origin/master

Configuration

  • git config --local status.showUntrackedFiles no hides untracked files
  • git config --local core.fileMode false hides files with permission changes
  • git update-index --(no-)assume-unchanged [<file>] don't show changes in tracked file
  • git update-index --(no-)skip-worktree [<file>] don't show changes in tracked file

further documentation (a bit messy)

for further documentation.