Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
/ dotfiles Public archive

Collection of configurations and scripts I use. Read README you fool

Notifications You must be signed in to change notification settings

mattcan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

All my dot files and such

installation

  1. Download setup script:
    cd $HOME
    curl https://raw.githubusercontent.com/mattcan/dotfiles/master/.setup.sh --output dotfiles.sh
  2. Set execute permission:
    chmod +x dotfiles.sh
  3. Run script: ./dotfiles.sh

directory structure

  • thispc - Machine specific private commands or variables. Good place to put private environment variables.
  • os - operating system specific setup and configuration
  • share - configurations and plugins that are for software used on any os, anything here gets linked to ~/
  • vendor - third party stuff that isn't a vim/tmux plugin

adding vim plugins

This is the pathogen system:

  1. Start in the root of this project
  2. Do this: git submodule add https://github.com/the/plugin share/vim/bundle/pluginName

git things I always forget

  • cloned without recursive or pulling in new submodule
    git submodule update --init
  • updating to latest commit for all submodules
    git submodule update --recursive --remote

About

Collection of configurations and scripts I use. Read README you fool

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published