Skip to content

mcclurejt/dots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

John McClure's install guide

PREREQUISITES

  • vim
  • brew
  • iterm2
  • nerd font for glyphs (i like fantasque sans mono)

FOLLOW THESE STEPS (no guarentees)

Install zsh, tmux, ranger

brew install zsh zsh-completions ranger tmux fasd

Make zsh the default shell

chsh -s /bin/zsh

Close the window and open new one

  • use echo $SHELL to make sure the output is /bin/zsh

Install oh-my-zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

add prompt theme

git clone https://github.com/denysdovhan/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt"
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"

Symlink config files

zsh

mv ~/.zshrc ~/.zshrc.old && ln -s ~/dots/.zshrc ~/.zshrc

tmux

ln -s ~/dots/.tmux.conf ~/.tmux.conf
mv ~/.vimrc ~/.vimrc.old && ln -s ~/dots/.vimrc ~/.vimrc
  • tmux
  • chunkwm
  • ranger

About

Config files for a macbook pro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors