Configuration and scripts for unix machines
Go to file
Gwen Lofman fceb7962ce Add WGSL mode for syntax highlighting
Using a fork to fix some regex errors.  I am not sure why their
version of regex is different from mine, but I was able to get it
working.  Made a fork on github.
2021-10-01 18:12:43 -04:00
emacs Add WGSL mode for syntax highlighting 2021-10-01 18:12:43 -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 Move Emacs files to top-level 2020-10-13 11:49:22 -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 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 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/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