Skip to content

ysimenya/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles


.bashrc

- Prompts with Git info if the current directory is a Git repository
- Sources aliases in .bash_aliases, .bash_aliases_ssh, .bash_aliases_git
- Prompts Fortune quotes on session startup ;-)

.profile

- Sources .bashrc

.zshrc

- Requires $HOME/.oh-my-zsh
- Requires powerlevel9K theme

.vimrc

  • Stolen from spf13-vim (Requires Git 1.7+ and Vim 7.3+)
- Installation:
    curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh
    ln -s $HOME/to/spf13-vim3/.vimrc $HOME/.vimrc
    ln -s $HOME/to/spf13-vim3/.vimrc $HOME/.vimrc.before
    ln -s $HOME/to/spf13-vim3/.vimrc $HOME/.vimrc.bundles

- Update:
    curl https://j.mp/spf13-vim3 -L -o - | sh
    -- OR --
    cd $HOME/to/spf13-vim3/
    git pull
    vim +BundleInstall! +BundleClean +q
  • Alternatives:

About

Collection of .files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages