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

https://github.com/andreystarkov/dotfiles

oh-my-zsh/zgen/powerlevel9k, neovim, brewfile, vscode, iterm2, macos settings
https://github.com/andreystarkov/dotfiles

brewfile dotfiles iterm2 macos macos-setup neovim neovim-dotfiles oh-my-zsh osx osx-dotfiles osx-settings powerlevel9k vim vscode vscode-configs vscode-settings zgen zsh zsh-configuration zsh-prompt

Last synced: 13 days ago
JSON representation

oh-my-zsh/zgen/powerlevel9k, neovim, brewfile, vscode, iterm2, macos settings

Awesome Lists containing this project

README

        

# Dotfiles

My awesome configs. Work in progress.

## Terminal

Oh my zsh, zgen, powerlevel9k prompt, a lot of [useful plugins](https://github.com/andreystarkov/dotfiles/blob/master/zsh/zgen_setup.zsh)

![zsh](assets/1.png)

## Vim/Nvim

Vim-Plug with [some plugins](https://github.com/andreystarkov/dotfiles/blob/master/nvim/init.vim)

![nvim](assets/2.png)

## macOS

- List of clis/apps/libs/fonts at [Brewfile](https://github.com/andreystarkov/dotfiles/blob/master/Brewfile)
- OS tweaks & settings at [shell script](https://github.com/andreystarkov/dotfiles/blob/master/mac/settings-default.sh)

## VSCode

- Core [settings](https://github.com/andreystarkov/dotfiles/blob/master/vscode/settings.json)
- [Plugins & themes](https://github.com/andreystarkov/dotfiles/blob/master/vscode/extensions.json)
- Sync settings [configuration gist](https://gist.github.com/andreystarkov/c5e523ad67b6f416fe2fab36007aad59)

## Quick start

```bash
git clone https://github.com/andreystarkov/dotfiles ~/.dotfiles
cd ~/.dotfiles
bash ./setup.sh
```