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/
- Host: GitHub
- URL: https://github.com/ahjadann/dotfiles
- Owner: ahjadann
- License: mit
- Created: 2020-07-17T16:11:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T10:39:15.000Z (over 4 years ago)
- Last Synced: 2025-03-30T18:12:23.646Z (about 1 year ago)
- Topics: bash, bashrc, dot-files, terminal, vim, vimrc, zsh, zshrc
- Language: Vim script
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).