Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willdurney/.dotfiles
https://github.com/willdurney/.dotfiles
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willdurney/.dotfiles
- Owner: willdurney
- Created: 2015-03-15T19:10:00.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T15:54:50.000Z (8 months ago)
- Last Synced: 2024-06-18T15:43:36.856Z (5 months ago)
- Language: Vim Script
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Will Durney's dotfiles
This repo contains some of my personal customizations for developing in OSX.
## What's included?
- [Oh My Zsh](https://ohmyz.sh/) and Zsh config
- Homebrew packages
- [node](https://nodejs.org/en/)
- [direnv](https://direnv.net/)
- vim
- [autojump](https://github.com/wting/autojump)
- [cheat](https://github.com/cheat/cheat)
- [ag](https://github.com/ggreer/the_silver_searcher)
- [jq](https://github.com/stedolan/jq)
- [thefuck](https://github.com/nvbn/thefuck)
- [ctags](http://ctags.sourceforge.net/)
- Cheatsheets (community only for now, supports more)
- PHP & SCSS style config
- Vimrc + a "slimmed-down" vimrc for servers or newbies
- Custom [UltiSnips](https://github.com/SirVer/ultisnips) code snippets
- Git config (don't just blindly use this)
- Other silly stuff## Installation
To install, clone the repo and run the included build script. The build script is nondestructive;
you'll be prompted to replace existing dotfiles with symlinks.```
git clone [email protected]:willdurney/.dotfiles.git ~/.dotfiles && ~/.dotfiles/build.sh
```