https://github.com/poetic/dotfiles
Dotfiles used internally at poetic
https://github.com/poetic/dotfiles
Last synced: 3 months ago
JSON representation
Dotfiles used internally at poetic
- Host: GitHub
- URL: https://github.com/poetic/dotfiles
- Owner: poetic
- Created: 2014-01-18T21:37:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-31T15:57:55.000Z (over 10 years ago)
- Last Synced: 2025-01-24T17:14:41.049Z (4 months ago)
- Language: VimL
- Size: 560 KB
- Stars: 3
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Setup
==========
+ run `git clone https://github.com/poetic/dotfiles.git ~/.poetic_dotfiles`
+ `~/.poetic_dotfiles/install`After that you will need to do whats listed in the "Vim Setup" section to have
the vim plugins properly installedOur boxen configuration does this for us so I don't have a script to do it for
you right now.Vim Setup (optional)
==========To get powerline working with the arrow-like fonts you will need to install
a patched font from the powerline fonts repo on github. Then set up your
terminal profile to use this fontTMUX
-----------------------------
Prefix Key: Ctrl-AMake your own customizations
----------------------------Put your customizations in dotfiles appended with `.local`:
* `~/.aliases.local`
* `~/.gitconfig.local`
* `~/.tmux.conf.local`
* `~/.vimrc.local`
* `~/.vimrc.bundles.local`
* `~/.zshrc.local`Credits
----------------------------@jakecraige, @MatthewHager
Lots borrowed from Thoughtbot's Dotfiles(https://github.com/thoughtbot/dotfiles)
This is truely a compilation of lots of resources around the net into compiled
together. If you find something you wrote within here let us know and we'll give
you credit.License
---------------------------
MIT