8000 GitHub - ckyang74/dotfiles: My minimal dotfiles
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ckyang74/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clint's minimal dotfiles This dotfiles works for Linux and OS X.

Prerequisites:

  • Python and pyyaml
  • VIM (make sure to install vim-gui-common and vim-runtime)
  • Vundle (package manager for VIM)
  • Bash

Original skeleton copied from sontek/dotfiles.

Installation

  1. Make sure the prerequisites are installed

  2. git clone the package

     $ git clone https://github.com/ckyang74/dotfiles.git
    

    This will create a local directory called dotfiles.

  3. cd into the dotfiles directory, then run the installer:

     $ ./installer.py
    
  4. Make sure Vundle is installed (see below)

  5. Update ~/.bash_aliases for machine specific bash settings

  6. Update ~/.vimrc.local for machine specific VIM settings

Vundle

The vim package manager is Vundle. Install Vundle with

$ git clone https://github.com/VundleVim/Vundle.vim.git \
  ~/.vim/bundle/Vundle.vim

Then from within VIM, run:

:PluginInstall

About

My minimal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0