Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keith/dotfiles
My vim, zsh, tmux, and macOS dotfiles
https://github.com/keith/dotfiles
dotfiles macos mpd mutt osx vim vimrc zsh
Last synced: 1 day ago
JSON representation
My vim, zsh, tmux, and macOS dotfiles
- Host: GitHub
- URL: https://github.com/keith/dotfiles
- Owner: keith
- License: mit
- Created: 2012-09-13T14:26:33.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T01:02:09.000Z (7 months ago)
- Last Synced: 2024-05-23T01:31:18.415Z (7 months ago)
- Topics: dotfiles, macos, mpd, mutt, osx, vim, vimrc, zsh
- Language: Shell
- Homepage:
- Size: 3.48 MB
- Stars: 239
- Watchers: 14
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred-test - keith/dotfiles - My vim, zsh, tmux, and macOS dotfiles (Shell)
README
# dotfiles
These are my dotfiles, there's a lot here. Feel free to open an issue if
something needs explanation.Automate the install by running the bash script
If you'd like to try these out, you can create all the symlinks to
`$HOME` by running (Note this will not overwrite existing files):```sh
./manage.sh install
```You can also remove the symlinks with:
```sh
./manage.sh remove
```