/dotfiles

bash dotfiles and scripts

Primary LanguageShell

Dotfiles

Installation

Run install.

Installation via url

. <(curl -fsSL https://raw.githubusercontent.com/moukoublen/dotfiles/main/scripts/clone-dotfiles)

Manual installation

$ ln -s /path/to/dotfiles/root.bash ~/.dotfiles.bash
$ echo '[[ -r ~/.dotfiles.bash ]] && [[ -f ~/.dotfiles.bash ]] && source ~/.dotfiles.bashh' >> ~/.bashrc

Notes

Create the file ~/.path and put what ever path that you want to be included to PATH (paths can contain environment variables).