Skip to content

mariav7/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Configured with 💗 by: mflores-

Dotfiles

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.


Configuration

  1. .vimrc file
    • Shortcut keys for folds in .vimrc:
      • zo to open a single fold under the cursor
      • zc to close the fold under the cursor
      • zR to open all folds
      • zM to close all folds
      • zf to create a fold
    • File system explorer: NERDTree
    • Vim theme: Onedark
    • Statusline theme: vim-airline
    • Plugins: 42Header
  2. .zshrc file

Installation

Clone repository:

git clone git@github.com:mariav7/dotfiles.git
cd dotfiles

Warning

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

About

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 preferences.

Topics

Resources

Stars

Watchers

Forks

Contributors