tegon / dotfiles

Configuration files for vim, Git and ZSH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


dotfiles
dotfiles

My configuration files for vim, git and ZSH.

Install

First, clone this repository:

cd ~/
git clone git@github.com:tegon/dotfiles.git

Then run the setup script:

cd ~/dotfiles
chmod +x script/setup
script/setup

Install the vim plugins:

vim
:PluginInstall

The iTerm2 themes are inside the themes folder.

You have to import them (Preferences -> Profiles -> Colors -> Color Presets... -> Import...)

And choose the one you want, for example: (Preferences -> Profiles -> Colors -> Color Presets... -> Nord)

That's it :)

Screenshots

Nord

Nord

Ayu

Ayu

Snow

Snow

About

Configuration files for vim, Git and ZSH

License:MIT License


Languages

Language:Vim Script 60.6%Language:Shell 38.6%Language:Elixir 0.8%