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

https://github.com/ahjadann/dotfiles

My dot files. More info on the setup: https://ahjadann.github.io/posts/2020/07/terminal-overhaul/
https://github.com/ahjadann/dotfiles

bash bashrc dot-files terminal vim vimrc zsh zshrc

Last synced: 3 months ago
JSON representation

My dot files. More info on the setup: https://ahjadann.github.io/posts/2020/07/terminal-overhaul/

Awesome Lists containing this project

README

          

# dot files

These are the dot files I use at work and at home.

## /work

Nothing too fancy because restrictions.

- .vimrc
- .bashrc

## /private

Plugins for **.vimrc** managed by [Vundle](https://github.com/VundleVim/Vundle.vim):

- Color scheme
- Plugin
- Plugin
- Plugin
- Plugin

Settings for **.zshrc**:

- Prompt: [Powerlevel10k](https://github.com/romkatv/powerlevel10k)
- Framework: [Oh My Zsh](https://github.com/ohmyzsh/ohmyzsh)
- Activated Oh My Zsh plugins:
- brew
- git
- docker
- docker-compose
- history
- zsh-autosuggestions
- zsh-syntax-highlighting

## Further reading

[Setup with iTerm2 described here](https://ahjadann.github.io/posts/2020/07/terminal-overhaul/).