Configuration and scripts for unix machines
Go to file
Gwen Lofman f8754c0bdc Change installed packages
No longer install atom or spotify
2019-04-14 13:53:27 -04:00
git Add gitattributes and glitter to shell 2019-04-14 12:47:52 -04:00
install Change installed packages 2019-04-14 13:53:27 -04:00
misc Add color reference file 2017-07-06 01:41:09 -04:00
profiles Change installed packages 2019-04-14 13:53:27 -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 Change installed packages 2019-04-14 13:53:27 -04:00
setup.sh Change installed packages 2019-04-14 13:53:27 -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