Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 612 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 612 Bytes

Lucy's Linux configuration files

This was done following the instructions for how to version configuration files from this article.

Installation

  • Run this on zsh:

    (WARNING: This will override all the files already in the system that have the same name as the ones on this repository.)

cd ~
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
git clone --bare https://github.com/lucypero/config-files-linux.git $HOME/.cfg
config checkout --force
config config --local status.showUntrackedFiles no
  • Reload the shell.