https://github.com/fdesjardins/config
My dotfiles and other config
https://github.com/fdesjardins/config
configuration dotfiles linux unix zsh
Last synced: 2 months ago
JSON representation
My dotfiles and other config
- Host: GitHub
- URL: https://github.com/fdesjardins/config
- Owner: fdesjardins
- License: mit
- Created: 2015-08-21T21:58:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-05T01:17:55.000Z (about 2 years ago)
- Last Synced: 2024-05-05T02:26:28.403Z (about 2 years ago)
- Topics: configuration, dotfiles, linux, unix, zsh
- Language: Shell
- Size: 146 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Config
My dotfiles and other configuration files and utilities.
Tested on Ubuntu-based Linux distros. Mostly works on MacOS.
## Install
### curl
```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/fdesjardins/config/master/install-base.sh)"
```
### wget
```bash
sh -c "$(wget https://raw.githubusercontent.com/fdesjardins/config/master/install-base.sh -O -)"
```
## License
MIT © Forrest Desjardins