/dotfiles-1

:page_with_curl: My configuration files: Vim, Bash, JavaScript, tmux

Primary LanguageVim Script

Dotfiles

Screenshots, backup, and overview of my development settings for my own reference. If it's useful to others then that's cool

Settings Previews

Desktop

img

Vim configuration

Custom font and glyphs

img

JavaScript development

img

Terminal

img

Bash Aliases

alias command
g git
gb git branch
gcam git commit -a -m
gco git checkout
gd git diff
gdc git diff --cached
gk gitk &
gka gitk --all &
gp git pull
grev git rev-parse HEAD
gs git status
gfpull git fetch pull
gfpush git fetch push
gt git track
gv git version

Tmux

  • todo