Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenharman/config
holy cow, wholly config! Vim, Zshell, Ack, & the rest of my dot-files.
https://github.com/stevenharman/config
ack bash config dotfiles silver-searcher vim vimrc zsh
Last synced: 2 months ago
JSON representation
holy cow, wholly config! Vim, Zshell, Ack, & the rest of my dot-files.
- Host: GitHub
- URL: https://github.com/stevenharman/config
- Owner: stevenharman
- License: other
- Created: 2011-02-28T17:03:33.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T15:21:51.000Z (2 months ago)
- Last Synced: 2024-10-16T18:26:52.341Z (2 months ago)
- Topics: ack, bash, config, dotfiles, silver-searcher, vim, vimrc, zsh
- Language: Vim Script
- Homepage:
- Size: 644 KB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# My config files
## ⚙️ Setup
Installation is as easy as `ln -s`.
Seriously, that's about all that's going on here.
Each of these dotfiles is symlinked into your home (`~`) directory.
From there, the OS takes over.```bash
rake install
```If there's an existing file/symlink, you'll be prompted to _skip_, _overwrite_, or _backup_ before proceeding.
If you know you want to overwrite everything and not be prompted,```bash
# Force overwriting everything
OVERWRITE_DOTFILES=true rake install
```### 🚧 Windows
The following rake task will tweak a few of the default configs to better behave on Windows.
I don't use Windows these days, so no guarantees.
If it breaks, feel free to keep both pieces.```bash
rake install:windows
```## 🧩 Dependencies
External dependencies (e.g., `ctags`, `fzf`, etc…) are managed via [Homebrew](https://brew.sh).
To install the (currently known) dependencies,```bash
brew bundle
```