GitXplorerGitXplorer
m

config

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7a4832083757e2e949c7403cd5eb0ee794dfa8e6

added a final instruction

mmanninglucas committed 9 years ago
Unverified
9df26d9d99dab39cd117a8cafd3bfd1cee8d57d9

added instructions

mmanninglucas committed 9 years ago
Unverified
140c1b0b8101f23baa49c9a4630c07481111fb6a

fix links

committed 9 years ago
Unverified
3052e89531ed1f5c1a77be51d8322b46ac61e39c

finish merges

committed 9 years ago
Unverified
fa6b4b830733797aad6893bfbb2fc28e78ae2c9e

Merge branch 'master' of https://github.com/manninglucas/config

committed 9 years ago
Unverified
70b66a70905ecad566a56987081471e3b2a4a8ad

initial files++

committed 9 years ago

README

The README file for this repository.

conifg

My configuration files. This repository is a backup of my config files. It is mainly to ease transition between computers and reduce setup times.

Current tech

  • OSX El Capitan for OS
  • iTerm2 for Terminal
  • MacVim for editor
  • Fish for shell
  • Homebrew for packages

Colors

  • Solarlized Dark for iTerm
  • Base-16 Monokai for MacVim

Font

  • Hack

How to configure

  1. Install iterm2
  2. Install command line tools/xcode
  3. Install homebrew
  4. Download and install Hack font
  5. Install fish
  6. add usr/local/bin/fish to /ect/shells
  7. chsh -s usr/local/bin/fish
  8. set -U fish_user_paths /usr/local/bin $fish_user_paths
  9. brew install macvim --with-override-system-vim
  10. brew link --overwrite macvim
  11. git clone config
  12. cp ~/.config/vim/.vimrc ~/.vimrc
  13. ln -s ~/.vimrc ~/.config/vim/.vimrc
  14. git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  15. mvim +PluginClean +pluginInstall
  16. set -Ux EDITOR mvim