justyns / jdotfiles

Justyn's dotfiles

Home Page:http://justyn.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Justyns dotfiles

Description

This is a collection of various configs(dotfiles) I like to use in my shells

Installation

cd
git clone git@github.com:justyns/jdotfiles.git .jdotfiles
cd .jdotfiles
git submodule init
git submodule update
./install.sh
./update.sh

If any files or directories exist already, move them out of the way and re-run install.sh

Updates

cd ~/.jdotfiles
./update.sh

Updating submodules

If you want to update the git submodules to a commit newer than what is referenced in this git repo, you can by running this:

git submodule foreach git pull origin master

You can then commit the changes to update the submodule metadata

UI Themes and customizations

Terminals

Download the iterm2 solarized colors here: https://github.com/altercation/solarized/tree/master/iterm2-colors-solarized

Download the iterm2 monokai theme here: https://github.com/mbadolato/iTerm2-Color-Schemes#dimmedmonokai (or monokai soda)

Editors

Atom Flatland theme (to match monokai): https://atom.io/themes/flatland

Vim: space-vim-dark

Shells

Fish theme(matches monokai): https://github.com/hasanozgan/theme-lambda

ZSH theme: spaceship

Fonts

Input font (based on Monaco settings): http://input.fontbureau.com

2019/02/25: Since I started using vim-devicons, I switched to using Nerd Font's version of Hack. It can be installed with: brew tap caskroom/fonts && brew cask install font-hack-nerd-font

Misc

OSX Menumeters: http://member.ipmu.jp/yuji.tachikawa/MenuMetersElCapitan/

About

Justyn's dotfiles

http://justyn.io


Languages

Language:Vim Script 46.6%Language:Emacs Lisp 24.6%Language:Python 16.6%Language:Shell 6.1%Language:Ruby 2.6%Language:Awk 2.0%Language:Lua 1.2%Language:Vim Snippet 0.1%Language:YASnippet 0.1%Language:HCL 0.0%