Commit Graph

7 Commits

Author SHA1 Message Date
Gwen Lofman f8754c0bdc Change installed packages
No longer install atom or spotify
2019-04-14 13:53:27 -04:00
Gwen Lofman a2c8161d6d Add gitattributes and glitter to shell 2019-04-14 12:47:52 -04:00
Gwen Lofman eb58ee204d Port to MacOS 2018-06-21 15:13:42 -04:00
Gwen Lofman 18acef26e1 Add .vimrc profile to show trailing whitespace
Find trailing whitespace errors and highlight them in red to
identify when it may cause issues with git.

Show tabs explicitly to identify when source code uses tabs versus
spaces.

Add .vimrc symlink to .setup.sh script.
2017-09-27 14:22:58 -04:00
Gwen Lofman 66d1975bc3 Add -e option to echo to support escape codes
Previously, colored echo output worked properly only when using
the `sh` command, and not when using `.` to invoke shell scripts.
2017-07-06 21:01:56 -04:00
Gwen Lofman dc2b18f4eb Prefer less intrusive -b over -f, fix symlink bug
Creates backup of destination files rather that performing a hard
overwrite, which can help in case distro hopping and something
breaks unexpectedly.

If running setup.sh from outside isntall.sh, setup does not have
access to DIR, cusing broken symlinks for all config files, yikes!
2017-06-30 14:11:46 -04:00
Gwen Lofman 47b505f45c Bootstrap scripts to get dotfiles up and running
Also installs certain system dependencies that I can't or shouldn't
get from a package manager.
2017-06-30 12:54:24 -04:00