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
- Host: GitHub
- URL: https://github.com/andreystarkov/dotfiles
- Owner: andreystarkov
- Created: 2018-12-09T18:00:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T21:08:25.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T01:11:55.067Z (30 days ago)
- Topics: 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
- Language: Shell
- Homepage:
- Size: 1.06 MB
- Stars: 24
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

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

## 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
```