Configuration and scripts for unix machines
Go to file
Gwen Lofman 1d7afd1a2d Fix github profile url README 2021-10-01 18:15:12 -04:00
emacs Adjust whitespace 2021-10-01 18:13:49 -04:00
git Update dotfiles changes that had accumulated 2020-08-28 00:04:39 -04:00
install Remove haskell stack 2020-10-10 10:21:36 -04:00
mail Sync all mail IMAPs setup 2019-08-16 00:07:57 -04:00
misc Add color reference file 2017-07-06 01:41:09 -04:00
profiles Update alcritty config 2021-10-01 18:13:49 -04:00
service Check for mail more often 2019-08-16 00:08:43 -04:00
system Move Emacs files to top-level 2020-10-13 11:49:22 -04:00
.bashrc Add gitattributes and glitter to shell 2019-04-14 12:47:52 -04:00
.gitignore Ignore more files generated by emacs packages 2020-10-14 10:57:37 -04:00
.gitmodules Add WGSL mode for syntax highlighting 2021-10-01 18:12:43 -04:00
README.md Fix github profile url README 2021-10-01 18:15:12 -04:00
install.sh Change installed packages 2019-04-14 13:53:27 -04:00
setup.sh Move Emacs files to top-level 2020-10-13 11:49:22 -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/glfmn/dotfiles ~/.dotfiles && cd ~/.dotfiles && . install.sh

To simply symlink the dotfiles, use

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