Skip to content

jassinm/dotfiles

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.3%
  • Shell 23.3%
  • Lua 11.5%
  • Emacs Lisp 6.4%
  • Other 1.5%