/dotfiles

config files for zsh, bash, completions, gem, git, irb, rails

Primary LanguagePython

Installation

Requirements

OSX

brew install stow

Debian

apt-get install zsh
apt-get install stow

Install

git clone --recurse-submodules -j8 https://github.com/jassinm/dotfiles  ~/.dotfiles
sh bootstrap.sh

Update

git pull
git submodule sync --recursive
git submodule update --init --recursive

Change Shell

chsh -s /bin/zsh

Setup

doom emacs

install manually / TODO: why does stow not work

git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
~/.emacs.d/bin/doom install

Tmux

start tmux then run Control-b I to install the https://github.com/tmux-plugins/tpm plugins

emacs

cd .emacs.d/bin
./doom install