Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```