Skip to content

lucypero/config-files-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Configuration files for my Linux installation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published