LarryBetson / dotfiles

My personal dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My personal dotfiles

On a new machine

# install all brew dependencies
brew bundle

# copy dotfiles to the appropriate places
make

# make zsh the new default
chsh -s /bin/zsh

# setup vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

# open vim and install all plugins
:PLugInstall

# install tmux plugins
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

About

My personal dotfiles


Languages

Language:Shell 61.8%Language:Vim Script 32.1%Language:HCL 3.1%Language:Makefile 1.5%Language:Ruby 1.5%