Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davidcelis/dotfiles
- Owner: davidcelis
- Created: 2013-02-26T18:43:38.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T01:56:08.000Z (over 1 year ago)
- Last Synced: 2024-10-12T08:35:30.694Z (2 months ago)
- Topics: dotfiles, fish, homebrew, vim
- Language: Shell
- Homepage:
- Size: 6.5 MB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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