Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 357 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 357 Bytes

configfiles

Some Linux configuration files and aliases that I find useful

How to install

Clone this project to your home folder:

git clone https://github.com/GusAntoniassi/configfiles.git ~/.configfiles

Add this to your .bashrc or .zshrc:


if [ -f $HOME/.configfiles/init.sh ]; then
    source $HOME/.configfiles/init.sh
fi