These are my configuration files for various tools, including: Vim, Zsh, Git and more. Feel free to explore, use, and adapt these configurations to suit your sauce 🍲
I've crafted these dotfiles by drawing inspiration from other talented individuals in the open-source community. Exploring and learning from their configurations has been instrumental in shaping my own setup. Now, I'm sharing my dotfiles with the hope that they might be useful or inspiring to others.
.vimrcfile- Shortcut keys for folds in .vimrc:
zoto open a single fold under the cursorzcto close the fold under the cursorzRto open all foldszMto close all foldszfto create a fold
- File system explorer: NERDTree
- Vim theme: Onedark
- Statusline theme: vim-airline
- Plugins: 42Header
- Shortcut keys for folds in .vimrc:
.zshrcfile- Zsh theme: Dracula
Clone repository:
git clone git@github.com:mariav7/dotfiles.git
cd dotfilesWarning
DO NOT run this script unless you UNDERSTAND what it does
First time setup (install: zsh, vim, git, make, etc ...):
chmod +xr setup.sh && ./setup.sh