Configuration and scripts for unix machines
Go to file
Gwen 1aae8be084
Update git config
1. Sign commits and tags by default
2. Fix formatting in git config
3. Split gitconfig to keep user and key info separate
2022-07-19 15:08:40 -04:00
emacs Make git more friendly to my git workflow 2022-06-11 12:33:32 -04:00
git Update git config 2022-07-19 15:08:40 -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 Update git config 2022-07-19 15:08:40 -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