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: 8 months ago
JSON representation
Configuration files for vim, Git and ZSH
- Host: GitHub
- URL: https://github.com/tegon/dotfiles
- Owner: tegon
- License: mit
- Created: 2017-04-03T12:42:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T17:55:22.000Z (over 1 year ago)
- Last Synced: 2025-01-30T18:36:20.974Z (over 1 year ago)
- Topics: dotfiles, git, iterm2-theme, vim, zsh
- Language: Vim Script
- Homepage:
- Size: 2.27 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dotfiles
My configuration files for vim, git and ZSH.
# Install
First, clone this repository:
```bash
cd ~/
git clone git@github.com: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

### Ayu

### Snow
