Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesbarwell/dotfiles
My config
https://github.com/jamesbarwell/dotfiles
Last synced: 15 days ago
JSON representation
My config
- Host: GitHub
- URL: https://github.com/jamesbarwell/dotfiles
- Owner: JamesBarwell
- Created: 2013-03-15T21:36:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-28T17:22:55.000Z (4 months ago)
- Last Synced: 2024-10-10T00:09:01.211Z (about 1 month ago)
- Language: Vim Script
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles
========```shell
# Set up dotfiles
git clone https://github.com/JamesBarwell/dotfiles.git /tmp/dotfiles
cp /tmp/dotfiles/.vimrc ~/
cp /tmp/dotfiles/.gitconfig ~/# Set up bash
cat /tmp/dotfiles/bashrc-additions >> ~/.bashrc# Set up vim
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall
```