Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tegon/dotfiles
- Owner: tegon
- License: mit
- Created: 2017-04-03T12:42:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T19:09:29.000Z (over 1 year ago)
- Last Synced: 2024-12-11T16:50:53.417Z (about 2 months 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 [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)