Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidcelis/dotfiles

:fish: #!/usr/bin/env fish
https://github.com/davidcelis/dotfiles

dotfiles fish homebrew vim

Last synced: about 2 months ago
JSON representation

:fish: #!/usr/bin/env fish

Awesome Lists containing this project

README

        

# dotfiles

This is a basic framework for installing my dotfiles and keeping them up to date.

Simply:

```sh
$ make
```

The framework:

* Provides configuration for [fish-shell][fish].
* Installs [homebrew][homebrew] and various formulae if on Mac OS X
* Installs [vim-plug][vim-plug] to manage Vim, while also installing several useful Vim plugins
* Keeps all of the above up-to-date (just re-run `make`)
* Symlinks all of the dotfiles and dotdirectories to `$HOME`

## Antecedent

Much of this comes from [stephencelis/dotfiles][antecedent].

[antecedent]: https://github.com/stephencelis/dotfiles
[fish]: https://github.com/fish-shell/fish-shell
[homebrew]: https://github.com/mxcl/homebrew
[vim-plug]: https://github.com/junegunn/vim-plug