mariano / dot

Dot configuration files (ohmyzsh, vim)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developer friendly configuration files. Assumes oh my zsh is installed.

iterm2

Import the keymaps found in iterm2.itermkeymap for better navigation.

Also make sure shell integration is enabled with:

curl -L https://iterm2.com/shell_integration/install_shell_integration.sh | bash

Make sure you have a nerd font installed:

brew tap homebrew/cask-fonts && brew install --cask font-space-mono-nerd-font

tmux

Use the .tmux.conf configuration file. Main shortcuts:

  • ⌥ ⌘ ↑: move up
  • ⌥ ⌘ ↓: move down
  • ⌥ ⌘ ←: move left
  • ⌥ ⌘ →: move right
  • ^ ⌘ ↑: increase size up
  • ^ ⌘ ↓: increase size down
  • ^ ⌘ ←: increase size left
  • ^ ⌘ →: increase size right
  • ⌘ z: toggle zoom
  • ⌘ |: split horizontally
  • ⌘ =: split vertically

VIM

Plugged is used as the plugin manager. If it's your first time using the .vimrc file make sure to run PlugInstall on your vim command line.

image vim on a vim tab (one of many), while also showing the file explorer (nerdtree), highlighted lines, splits and the cheatsheet (F1)

About

Dot configuration files (ohmyzsh, vim)

License:MIT License


Languages

Language:Vim Script 95.4%Language:Shell 4.6%