Configuration and scripts for unix machines
Go to file
Gwen Lofman cdf8222aed Update text editor 2019-04-14 12:47:52 -04:00
git Add gitattributes and glitter to shell 2019-04-14 12:47:52 -04:00
install Update text editor 2019-04-14 12:47:52 -04:00
misc Add color reference file 2017-07-06 01:41:09 -04:00
profiles Update text editor 2019-04-14 12:47:52 -04:00
system Add gitattributes and glitter to shell 2019-04-14 12:47:52 -04:00
.bashrc Add gitattributes and glitter to shell 2019-04-14 12:47:52 -04:00
README.md Add README.md 2017-07-10 19:41:49 -04:00
install.sh Add -e to echo to allow escape codes in prompts 2017-07-01 13:35:53 -04:00
setup.sh Add gitattributes and glitter to shell 2019-04-14 12:47:52 -04:00

README.md

dotfiles

Yet another dotfiles repository: configuration and scripts for linux machines (basically debian derivatives).

Includes my functions, environment variables, path, custom prompt with git prompt, and more goodies.

Setup instructions

When running on a new system, to install development files use

git clone https://github.com/Lionex/dotfiles ~/.dotfiles && cd ~/.dotfiles && . install.sh

To simply symlink the dotfiles, use

git clone https://github.com/Lionex/dotfiles ~/.dotfiles && cd ~/.dotfiles && . setup.sh