https://github.com/troublete/dotfiles
.
https://github.com/troublete/dotfiles
dotfiles macos
Last synced: about 2 months ago
JSON representation
.
- Host: GitHub
- URL: https://github.com/troublete/dotfiles
- Owner: troublete
- License: mit
- Created: 2017-08-29T07:46:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T20:54:41.000Z (over 5 years ago)
- Last Synced: 2025-01-03T16:33:28.610Z (over 1 year ago)
- Topics: dotfiles, macos
- Language: Vim script
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
> essential setup of dotfiles for new Unix-like (preferably macOS) environment
## Quickstart
```sh
make
```
## Requirements
I'd recommend to have following utilities installed, since the full setup
requires them to be available.
### Required
* `make` (the initial linking is defined as a make target, for most Unix-like
systems `make` should be available anyway)
* `find(1)` (required by make target to link files, should be available on most UNIX systems anyway)
* `ln(1)` (required by make target to link files, should be available on most UNIX systems anyway)
### Optional
* [Homebrew](https://brew.sh) (a global `.Brewfile` will be linked aswell which
installs some necessities)
## Targets
* **all** (default): *link* *deps*
* **link**
Links all files to `~`, marks the initial setup.
* **deps**
Will install global brew formulas.
## Notes
### Recommendations
* [rvm](https://rvm.io) - Ruby version manager, similar to `nvm` (which is contained within `.Brefile`)
* Using `tcsh`, which is already installed on macOS
## License
© 2017-2019 MIT Willi Eßer