https://github.com/cprieto/dotfiles
My dotfiles in macOS/FreeBSD/Linux (and possibly Windows)
https://github.com/cprieto/dotfiles
dotfiles vim vimrc
Last synced: about 2 months ago
JSON representation
My dotfiles in macOS/FreeBSD/Linux (and possibly Windows)
- Host: GitHub
- URL: https://github.com/cprieto/dotfiles
- Owner: cprieto
- Created: 2015-08-05T05:31:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-08T18:31:49.000Z (over 4 years ago)
- Last Synced: 2025-06-19T17:53:00.003Z (about 1 year ago)
- Topics: dotfiles, vim, vimrc
- Language: Vim script
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Cristian's dotfiles
This is not more than my dotfiles configurations for things like Fish and Vim.
## In Windows
Well, I assume you use Vim in Windows and just in any case, you are using things like ConEmu, this 'works' with Windows console, to install your Windows configuration and plugins just run:
```
./install-vim.ps1
```
Remember, you need to have script execution on, if not just run this as an Administrator: `set-executionpolicy unrestricted`
## In Mac/Linux
Just run the `install-vim.sh` script and you are done.
## Plugins
I use [Vundle](https://github.com/VundleVim/Vundle.vim) for handling/installing Vim plugins, both scripts install Vundle and update/install plugins for Vim to use.