Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arbourd/dotfiles
Env as code
https://github.com/arbourd/dotfiles
dotfiles fish-shell git gpg2 homebrew iterm2 macos vim
Last synced: about 1 month ago
JSON representation
Env as code
- Host: GitHub
- URL: https://github.com/arbourd/dotfiles
- Owner: arbourd
- License: mit
- Created: 2015-05-10T18:14:40.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T13:23:28.000Z (7 months ago)
- Last Synced: 2024-05-31T14:44:56.754Z (7 months ago)
- Topics: dotfiles, fish-shell, git, gpg2, homebrew, iterm2, macos, vim
- Language: Shell
- Homepage:
- Size: 237 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Automated environment as code.
## Installation
1. Install with script
```console
$ curl -sSL https://raw.githubusercontent.com/arbourd/dotfiles/main/dot.sh | sh -s -- clone
```1. Run `dot.sh`
```console
$ ./dot.sh
Usage: ./dot.sh [COMMAND]
Commands:
help prints this dialog
clone clones dotfiles to GETPATH (~/src)
link symlinks dotfiles
install installs all packagesinstall-defaults installs macos defaults
install-brew installs homebrew packages
install-fisher installs fisher packages
install-vim installs vim packages
```