dotfiles/README.md

551 B

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