Skip to content

WellDone2094/mac-terminal-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mac terminal config

This repository contains configuration for Zsh Tmux and Vim. It's suggest to use those configurations on iTerm2 with solarized-dark theme

Components

  • brew
  • oh-my-zsh
  • vim (brew version)
  • tmux

Installation

clone or download this repository and place it where u want but remeber that if u chage the place of this direcotry you have to re-execute the install script, after the download open a terminal and move into the repository direcotry and execute ./install.sh to install all the configurations

Zsh

This repository will install oh-my-zsh with a modified version of the agnostic theme, a python script that show the battery left and a script to show if there is connection

To install only zsh configuration execute ./Zsh/install.sh

Vim

Last version of vim with Vundle and solarized theme

To install only Vim configuration execute ./Vim/install.sh

Vundle package

  • gmarik/Vundle.vim
  • Raimondi/delimitMate
  • scrooloose/nerdtree
  • jiangmiao/auto-pairs
  • SirVer/ultisnips
  • gerw/vim-latex-suite
  • kien/ctrlp.vim
  • davidhalter/jedi-vim
  • Lokaltog/powerline

Tmux

This repository will install tmux with a blue color scheme and some script to display the current songs on Spotify

Shortcuts

  • <prefix> => C-a
  • vertical split => <prefix> |
  • orizzontal split => <prefix> -
  • move to left pane => <prefix> l
  • move to right pane => <prefix> h
  • move to up pane => <prefix> k
  • move to donw pane => <prefix> j
  • resize top => <prefix> K
  • resize down => <prefix> J
  • resize left => <prefix> L
  • resize right => <prefix> H

Credit

Those configurations are based on those posts:

About

zsh tmux vim configuration for mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages