Configuration and scripts for unix machines
Go to file
Gwen 7f9beecb4b Ensure rust alternatives are more complete 2022-07-04 14:16:27 -04:00
emacs Make git more friendly to my git workflow 2022-06-11 12:33:32 -04:00
git Ignore emacs backup files globally 2022-07-04 14:04:54 -04:00
install Ensure rust alternatives are more complete 2022-07-04 14:16:27 -04:00
profiles Don't set abbreviations when program doesn't exist 2022-07-04 14:15:18 -04:00
system Fix bash path variable 2022-06-28 14:44:08 -04:00
.bashrc Remove path added by anaconda installer 2022-06-19 12:43:02 -04:00
.gitignore Ignore fish variables 2021-10-02 19:22:29 -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