Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captbaritone/dotfiles
My configuration files
https://github.com/captbaritone/dotfiles
dotfiles hyper tmux tmux-configuration vim vimrc zshrc
Last synced: 9 days ago
JSON representation
My configuration files
- Host: GitHub
- URL: https://github.com/captbaritone/dotfiles
- Owner: captbaritone
- Created: 2012-05-23T23:35:29.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T20:52:57.000Z (over 3 years ago)
- Last Synced: 2024-10-19T22:32:05.098Z (17 days ago)
- Topics: dotfiles, hyper, tmux, tmux-configuration, vim, vimrc, zshrc
- Language: Vim script
- Size: 1.57 MB
- Stars: 92
- Watchers: 14
- Forks: 9
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dotfiles
========These are my personal configuration files. Having them in a GitHub repository
allows me to instantly set up shop on any machine as well as keep my tools and
configurations in sync across my laptop and desktop machines.Workflow
--------For the curious, here is a list of the tools (toolchain) I am currently using.
It is heavily keyboard and command-line centric.- __OS:__ OSX on my laptop and Ubuntu on my various servers. These dotfiles
work on both.
- __Terminal:__ [Hyper] a terminal written in JS/HTML/CSS.
- __Text editor:__ [Vim] may have a steep learning curve, but for me the
return on investment was nearly immediate. For anyone looking to make the
leap, I recommend reading [Coming Home to Vim] a blog post by Steve Losh
and [Your problem with Vim is that you don't grock vi] by StackOverflow user
Jim Dennis.
- __Colorscheme:__ [Molokai] a high contrast, dark background colorscheme.
- __Code Linting:__ [Syntastic] Find mal-formatted code at save time instead of
at run time.
- __Undo:__ [Gundo] View and move through undo history as a tree.
- __Status Line:__ [Vim Airline] Beautiful status line with all the info
I need, implemented in native VimL.
- __File Opener:__ [ctrl-p] Fuzzy matching file opener.
- __Version control:__ [Git] I interact with Git via the command line.[Hyper]: https://hyper.is
[vim]: http://www.vim.org/
[Coming Home to Vim]: http://stevelosh.com/blog/2010/09/coming-home-to-vim/
[Your problem with Vim is that you don't grock vi]: http://stackoverflow.com/a/1220118
[Molokai]: http://github.com/tomasr/molokai
[Syntastic]: http://github.com/scrooloose/syntastic
[Gundo]: http://github.com/sjl/gundo.vim
[Vim Airline]: https://github.com/bling/vim-airline
[ctrl-p]: http://github.com/kien/ctrlp.vim.git
[Git]: http://git-scm.com/