https://github.com/pmav99/dotfiles
My dotfiles (with an install script)
https://github.com/pmav99/dotfiles
Last synced: about 2 months ago
JSON representation
My dotfiles (with an install script)
- Host: GitHub
- URL: https://github.com/pmav99/dotfiles
- Owner: pmav99
- License: mit
- Created: 2014-04-03T13:46:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T07:54:35.000Z (about 7 years ago)
- Last Synced: 2024-06-11T19:26:14.977Z (12 months ago)
- Language: Vim script
- Size: 104 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
========Install prezto/vim + customizations really fast!
Requirements
------------* `zsh`
* `wget` or `curl`
* `unzip`ZSH
---To install zsh, use the following:
```
curl -O https://raw.githubusercontent.com/pmav99/dotfiles/master/install_zsh.shzsh ./install_zsh.sh
```VIM
---```
curl -O https://raw.githubusercontent.com/pmav99/dotfiles/master/install_vim.shzsh ./install_vim.sh
```Afterwards, open vim and run
```
:BundleInstall
```or alternatively run on the command line this command:
vim +BundleInstall +qall
Finally you may want to compile `YouCompleteMe`.
```
cd ~/.vim/bundle/YouCompleteMe
./install.sh
```Updating
--------If you need to update `prezto`, just check out the repository and rerun the install scripts!