Skip to content

Caioflp/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

These are my user dotfiles. The repository configuration was taken from here.

Instructions

To create a repo such as this:

  • git init $HOME/.cfg
  • Create the alias alias config='/usr/bin/git --git-dir=$HOME/.cfg/.git -- work-tree=$HOME'
  • With the alias, run config config --local statys.showUntrackedFiles no
  • Setup the repository to track a remote and use config command instead of git to manage it.

To install this repo:

  • echo ".cfg" >> .gitignore
  • git clone https://github.com/Caioflp/dotfiles.git $HOME/.cfg
  • Create the alias alias config='/usr/bin/git --git-dir=$HOME/.cfg/.git -- work-tree=$HOME'
  • config config --local status.showUntrackedFiles no
  • config checkout

Releases

No releases published

Packages

No packages published