Skip to content

fredgrnd/macOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macOS

My macOS config files

  • tmux
  • vim
  • zsh (oh my zsh)

Configure tmux

Install tmux plugin manager

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  1. Add new plugin to ~/.tmux.conf with set -g @plugin '...'
  2. Press prefix + I (capital i, as in Install) to fetch the plugin.

Configure vim

Install Pathogen

mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

Configure .vimrc

execute pathogen#infect()
syntax on
filetype plugin indent on

Install Terraform package

git clone https://github.com/hashivim/vim-terraform.git ~/.vim/bundle/vim-terraform

Install Sensitive package

cd ~/.vim/bundle && \
git clone https://github.com/tpope/vim-sensible.git

Install Fugitive package

cd ~/.vim/bundle && \
git clone git@github.com:tpope/vim-fugitive.git

About

macOS config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •