Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tegon/dotfiles

Configuration files for vim, Git and ZSH
https://github.com/tegon/dotfiles

dotfiles git iterm2-theme vim zsh

Last synced: 25 days ago
JSON representation

Configuration files for vim, Git and ZSH

Awesome Lists containing this project

README

        




dotfiles


dotfiles




My configuration files for vim, git and ZSH.

# Install

First, clone this repository:

```bash
cd ~/
git clone [email protected]:tegon/dotfiles.git
```

Then run the setup script:

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

Install the vim plugins:

```bash
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](screenshots/nord.png)

### Ayu

![Ayu](screenshots/ayu.png)

### Snow

![Snow](screenshots/snow.png)