rKalb / env_setup

Quick setup for dev environment

Home Page:https://github.com/raphaelcastaneda/env_setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

env_setup

Dotfiles inspired by kiasaki and mathias

Install on a new computer

cd ~
git clone git@github.com:raphaelcastaneda/env_setup.git
cd env_setup
./setup.sh

Contents

Mostly config for the following:

  • Vim
  • Git
  • Git helpers
  • Bash shell
  • Bash aliases and shortcuts
  • tmux
  • Python

A note about powerline for vim

This will install Powerline for vim but you may find that the symbols are not properly rendered by the system default font. setup.sh will handle installing the fonts for you, but you must enable one of the patched powerline fonts as the non-ascii font in your terminal. I recommend DejaVu Sans Mono for powerline

About

Quick setup for dev environment

https://github.com/raphaelcastaneda/env_setup


Languages

Language:Shell 82.7%Language:Vim Script 17.3%