Skip to content

bash, tmux, vim and other configuration files

License

Notifications You must be signed in to change notification settings

diego-deriv/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

bash, tmux, vim and other configuration files

bash_profile

Contains configuration for:

  • bash prompt (PS1) display status, time, current working directory, git branch 0 [06:22] root@debian-wheezy /home/git/organization/repo (branch) #
  • git grep multiple repos
  • delete git branch other than master
  • list branches of all git repo
  • list active branch of all git repos
  • update branch with upstream

tmux.conf

  • easy resize in tmux
  • enable mouse navigation for tmux pane
  • resize tmux pane with mouse
  • status bar for tmux
  • enable up down key navigation for tmux

vimrc

  • vundle configuration for vim
  • control p (ctrl-p) buffer
  • git configuration in vim

Importing configuration

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim && wget -O ~/.vimrc https://raw.githubusercontent.com/diego-deriv/dotfiles/master/.vimrc && wget -O ~/.bash_profile https://raw.githubusercontent.com/diego-deriv/dotfiles/master/.bash_profile && curl -o ~/.git-prompt.sh https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh && sudo apt-get install exuberant-ctags

About

bash, tmux, vim and other configuration files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 55.9%
  • Shell 44.1%