Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbmrq/Dotfiles
:house_with_garden: There's no place like ~/
https://github.com/dbmrq/Dotfiles
configuration hammerspoon homesick mac vim window-manager
Last synced: 2 days ago
JSON representation
:house_with_garden: There's no place like ~/
- Host: GitHub
- URL: https://github.com/dbmrq/Dotfiles
- Owner: dbmrq
- Created: 2016-07-04T09:50:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-15T21:24:25.000Z (10 months ago)
- Last Synced: 2024-08-05T20:33:07.306Z (3 months ago)
- Topics: configuration, hammerspoon, homesick, mac, vim, window-manager
- Language: Vim Script
- Homepage:
- Size: 2.22 MB
- Stars: 65
- Watchers: 3
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - dbmrq/Dotfiles - :house_with_garden: There's no place like ~/ (Vim Script)
README
# dotfiles
These are my personal configuration files. There are many like them, but these
ones are mine. My dotfiles are my best friends. They are my life. I must
master them as I must master my life. Without me, my dotfiles are useless.
Without my dotfiles, I am useless.They're managed using
[homesick](https://github.com/technicalpickles/homesick).---
The most interesting stuff here is probably:
- [My Hammerspoon configuration](https://github.com/dbmrq/dotfiles/tree/master/home/.hammerspoon)
- [My custom zsh prompt](https://github.com/dbmrq/dotfiles/tree/master/home/.zprezto/modules/prompt/functions) (to use with [Prezto](https://github.com/sorin-ionescu/prezto))
- [My .vimrc](https://github.com/dbmrq/dotfiles/blob/master/home/.vimrc),
which is split into
* [settings.vim](https://github.com/dbmrq/dotfiles/blob/master/home/.vim/settings.vim)
* [mappings.vim](https://github.com/dbmrq/dotfiles/blob/master/home/.vim/mappings.vim)
* [plugins.vim](https://github.com/dbmrq/dotfiles/blob/master/home/.vim/plugins.vim)- [My ftplugin files](https://github.com/dbmrq/dotfiles/tree/master/home/.vim/ftplugin)
- [The .bootstrap scripts](https://github.com/dbmrq/dotfiles/tree/master/home/.bootstrap)
---
Note to self: to bootstrap a new Mac, run something like
git clone https://github.com/dbmrq/Dotfiles.git && cd Dotfiles/Home/Personal/.bootstrap && ./.bootstrap.sh
That'll download and run the `.bootstrap.sh` script, which will take care of
the rest.If you're not me, you should probably check out the contents of that file before
doing that. There's a lot of stuff that wouldn't make sense for other people.