Skip to content

doesitblend/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Setup

currently there is not an automated way to install these. however I will most likely build something later.

  1. ln -sf ~/{{dotfilelocation}}/vim/vim ~/.vim
  2. ln -sf ~/{{dotfilelocation}}/vim/vimrc ~/.vimrc
  3. ln -sf ~/{{dotfilelocation}}/tmux/tmux.conf ~/.tmux.conf

4. ln -sf ~/{{dotfilelocation}}/bash/bash_profile.d/powerline.{{os}} ~/.bash_profile.d/powerline 4. ln -sf ~/{{dotfilelocation}}/bash/bash_profile ~/.bash_profile

of coarse keep in mind you don't have to do any of these. just the ones you want.

Fixes for some things

Vundle requires filetype to be off during setup portion of vim. however calling vi causes filetype off to through an error. you can get around this by always using vim directly instead of vi. [my perfered method]

git is setup for vi by default but this can be quickly changed with git config --global core.editor $(which vim)

Vundale Update

once you installed the vimrc you can quickly update your install vundle packages with vim +PluginInstall +qall and update later with vim +PluginUpdate +qall vim should run in most situations with this config. it is setup to block functionality that is not possable with the vim system.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.0%
  • Vim Script 10.0%