Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shawncplus/dotfiles
My config files
https://github.com/shawncplus/dotfiles
dotfiles tmux tmux-configs vim-configs
Last synced: 12 days ago
JSON representation
My config files
- Host: GitHub
- URL: https://github.com/shawncplus/dotfiles
- Owner: shawncplus
- Created: 2010-02-03T13:46:14.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T22:05:22.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T19:59:01.183Z (3 months ago)
- Topics: dotfiles, tmux, tmux-configs, vim-configs
- Language: VimL
- Homepage: http://shawncplus.github.com/dotfiles/
- Size: 4.19 MB
- Stars: 273
- Watchers: 29
- Forks: 56
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My configs for vim, git, tmux, and a plethora of BASH stuff. For a general idea of what it looks like/how it acts see https://youtube.com/sabiddle
# Requirements
Depending on the install options you pick you'll need git and additionally
If you choose to install vim configs:
* Vim 7.4+ (7.3 if you don't want line numbers and relative line numbers at the same time like I do)If you choose to install my tmux configs:
* python and pip (On Ubuntu 14.04 you may into an ImportError bug, if so see this [LaunchPad](https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1306991#yui_3_10_3_1_1427949292045_394) link for a workaround)
* tmux 1.9a (This will be distro dependent so you'll have to install it yourself. If you stay on 1.8 you'll get weirdness, just upgrade)# Installing
1. Clone the repo
2. `cd` into it and run `./install`
3. It'll ask which parts you want to install (git configs, vim configs, tmux configs)
4. After it's done close your terminal and reopen it 3 times... ok, just once.