Configuration and scripts for unix machines
Go to file
Gwen 5fff2d0abd
Ignore more emacs files
Really, this isn't the best way to go about things.  I have linked
~/.emacs.d to the emacs folder in this repository, but I should
instead link the files that I actually made inside this repository
into the .emacs.d folder so any emacs packages which create files
in .emacs.d don't require constant changes to the .gitingore file
2022-07-19 19:07:32 -04:00
emacs Add emacs GLSL support 2022-07-19 19:07:03 -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 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