Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suweller/dotfiles
🏡 suwellers' dotfiles
https://github.com/suweller/dotfiles
dotfiles shell vim-configuration
Last synced: about 1 month ago
JSON representation
🏡 suwellers' dotfiles
- Host: GitHub
- URL: https://github.com/suweller/dotfiles
- Owner: suweller
- Created: 2012-07-20T11:33:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T12:08:10.000Z (3 months ago)
- Last Synced: 2024-08-21T13:30:26.880Z (3 months ago)
- Topics: dotfiles, shell, vim-configuration
- Language: Shell
- Homepage:
- Size: 435 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steven Weller's dot files
These are configuration files to set up a system the way I like it.
Vim-users are likely to find useful stuff in `vimrc`,
and `vim/config/*`.
I like aliases.
You might find a few you like in `zsh/aliases`.# Installation
The whole installation process is managed by the install shell script.
git clone git://github.com/suweller/dotfiles ~/.dotfiles
cd ~/.dotfiles
./install.shIf you don't want me to be able to ssh to your machine,
be sure to substitute `id_rsa.pub` with your own.## VIM
Vim plugins are handled by (`vim-plug`)[https://github.com/junegunn/vim-plug].
This plugin is fetched and placed in the correct directory by cloning the repo.
After its fetched,
it will launch vim to fetch and install all other plugins.