Configuration and scripts for unix machines
Go to file
Gwen 054b3f9b47
Sign with subkey
2022-07-25 11:20:17 -04:00
emacs Add emacs GLSL support 2022-07-19 19:07:03 -04:00
git Sign with subkey 2022-07-25 11:20:17 -04:00
install Ensure rust alternatives are more complete 2022-07-04 14:16:27 -04:00
profiles Update alacritty config 2022-07-19 19:04:09 -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 more emacs files 2022-07-19 19:07:32 -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