Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jassinm/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

663 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Setup

Change shell

chsh -s /bin/zsh

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-a I to install the [[tpm][https://github.com/tmux-plugins/tpm]] plugins

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 42.5%
  • Python 35.1%
  • Lua 10.8%
  • Emacs Lisp 9.0%
  • Vim Script 1.7%
  • JavaScript 0.9%