Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.33 KB

A set of configuration files for a MacBook

A collection of setup scripts for configuring a macbook

NB: Please take your time to review the scripts before using it. I take no responsiblity for whatever happens to your laptop after using it.

Credit: I took inspiration from a lot of places i can hardly remember now but these are some of them:

Usage

Execute the bash script: ./configure-macbook.sh

Install Fonts and Colours

Remember to update Iterm2 preferences:

-> Profiles -> Text -> Font -> (Dejavu Sans Mono for Powerline or FiraCode Regular or Hack Nerd Font)

-> font size -> 15

-> Colors -> Color Presets -> (Solarized Dark or Calamity)

Reload Tmux conf

tmux source ~/.tmux.conf

Install vundle plugins

  • :PluginInstall
  • vim +PluginInstall +qall

To see available ~/.vimrc colorscheme

  • ls -l /usr/share/vim/vim*/colors/
  • Test with :colorscheme <colour_name>