Configuration and scripts for unix machines
Go to file
Gwen 4214dbe06e
Add bun autocompletions
2023-11-19 12:12:40 -05:00
config Add bun autocompletions 2023-11-19 12:12:40 -05:00
install Add helix install script 2022-12-22 20:36:20 -05:00
.gitignore Ignore more emacs files 2022-07-19 19:07:32 -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 Link helix language configuration file 2023-11-19 12:10:13 -05: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