Skip to content

bsiddiqui/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Setup

clone this repository

git clone https://github.com/bsiddiqui/dotfiles.git ~/dotfiles

navigate into dotfiles directory

cd ~/dotfiles

make the devsetup.sh script executable

chmod +x devsetup.sh

run the script

./devsetup.sh

Vim

Color Schemes

The default color scheme is Smyck, which looks best with the corresponding terminal theme installed as well.

Font

Using one of the following fonts is recommended: https://github.com/Lokaltog/powerline-fonts. Right now, I use Inconsolata. On iTerm2, you may have to make the size of "Non-ASCII Font" smaller than the size of "Regular Font" in order to ensure everything lines up in your powerline. I typically use 12pt for "Regular" and 10pt for "Non-ASCII".

Shortcuts

  • ; maps to :
  • ,a: ack from the current directory
  • ,b: browse tags
  • ,c: toggle comments
  • ,C: toggle block comments
  • ,nt: open file in new tab
  • ,l: toggle NERDTree
  • ,k: syntax-check the current file
  • ,o: open file
  • ,p: toggle paste mode
  • ,t: new tab
  • ,s: vertical split window
  • ,hs: horizontal split window
  • ,w: close tab
  • kj: enter normal mode and save
  • Ctrl+{h, j, k, l}: move among windows

Credits

Inspiration drawn from @ranman, @tmacwill, @MattNguyen

About

Dotfiles + new computer setup 💻

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published