https://github.com/eidge/.dotfiles
https://github.com/eidge/.dotfiles
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eidge/.dotfiles
- Owner: eidge
- Created: 2014-06-22T16:27:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T14:42:48.000Z (about 3 years ago)
- Last Synced: 2025-10-24T08:13:02.466Z (8 months ago)
- Language: Shell
- Size: 1.02 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dependencies
Install [rcm](https://github.com/thoughtbot/rcm):
```apt-get install rcm```
```brew install rcm```
# Setup dotfiles
```rcup -d .dotfiles```
```git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim```
```curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python get-pip.py```
```pip3 install --user neovim```
```wget https://github.com/mroth/scmpuff/releases/download/v0.3.0/scmpuff_0.3.0_linux_x64.tar.gz && tar -xzvf scmpuff_0.3.0_linux_x64.tar.gz && mv scmpuff /usr/local/bin/```
# Add new files
```
mkrc ~/.file
```