hmontero1205 / dotfiles

my vim/bash/tmux/etc dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My workflow mainly consists of vim and tmux. Here's some of the decisions I've made to improve that workflow.

vim

Some plugins to improve vim workflow

I've always really enjoyed the Monokai theme from Sublime. Here's what I used to improve syntax highlighting and colors:

  • vim-sublime-monokai: started here and tweaked color choices for C types, functions, and literals. (I'll probably edit this more as I start to develop more in other languages)
  • vim-cpp-modern: wanted vim to highlight more! Slightly tweaked what/how tokens were colored
  • vim-python: improved python highlighting
  • rippl.vim: highlighter my friend made for our language

tmux

My goals here were to improve appearance and copy/paste functionality. I'll admit that I should really learn how to effectively use vim panes but in the meantime...

screenshots

  • C – some code from the linux kernel
    find_process_by_pid()
  • Python - some code from cs3157/boatswain
    python_snippet

todo

  • I am currently setting symlinks manually for the dotfiles. Maybe I'll look into GNU Stow...
  • Add git shorthands to .gitconfig

friends

Here's a list of dotfiles resources that I used for inspiration :^)

About

my vim/bash/tmux/etc dotfiles


Languages

Language:Vim Script 98.2%Language:Shell 1.8%