https://github.com/daltonmatos/dotfiles
My dotfiles configuration. vim, zsh, gpg, git, etc
https://github.com/daltonmatos/dotfiles
dotfiles gitconfig hacktoberfest vim zsh
Last synced: about 2 months ago
JSON representation
My dotfiles configuration. vim, zsh, gpg, git, etc
- Host: GitHub
- URL: https://github.com/daltonmatos/dotfiles
- Owner: daltonmatos
- Created: 2011-08-28T23:07:27.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T23:13:13.000Z (over 1 year ago)
- Last Synced: 2024-11-08T00:20:19.192Z (over 1 year ago)
- Topics: dotfiles, gitconfig, hacktoberfest, vim, zsh
- Language: Vim Script
- Homepage: https://github.com/daltonmatos/dotfiles
- Size: 17.4 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Após o primeiro clone
- `git submodule init`
- `git submodule update`
#Instalando o dotfiles
Instale o [dotbot](https://github.com/anishathalye/dotbot) com `pip install --user dotbot`
Depois rode:
```
$ dotbot -c install.conf.yaml
```
isso criará todos os symlinks necessários.
# Instalando os plugins do vim
Basta rodar `vim +PluginInstall +qa`