dotfiles/README.md

20 lines
551 B
Markdown
Raw Permalink Normal View History

# 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
```bash
2021-10-01 22:15:12 +00:00
git clone https://github.com/glfmn/dotfiles ~/.dotfiles && cd ~/.dotfiles && . install.sh
```
To simply symlink the dotfiles, use
```bash
2021-10-01 22:15:12 +00:00
git clone https://github.com/glfmn/dotfiles ~/.dotfiles && cd ~/.dotfiles && . setup.sh
```