Skip to content

t0tec/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

t0tec does dotfiles thanks to Zach Holman

dotfiles

Your dotfiles are how you personalize your system. These are mine.

install

Run this:

``sh git clone https://github.com/t0tec/dotfiles.git ~/.dotfiles cd ~/.dotfiles script/bootstrap

setup vim plugins/tweaks/ui

sh script/vim.sh ``

This will symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotfiles.

topical

Everything's built around topic areas. If you're adding a new area to your forked dotfiles — say, "Java" — you can simply add a java directory and put files in there. Anything with an extension of .symlink will get symlinked without extension into $HOME when you run script/bootstrap.

components

  • topic/*.symlink: Any files ending in *.symlink get symlinked into your $HOME. This is so you can keep all of those versioned in your dotfiles but still keep those autoloaded files in your home directory. These get symlinked in when you run script/bootstrap.

thanks

About

@t0tec does dotfiles (bash-based)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 81.4%
  • Python 7.7%
  • Ruby 3.9%
  • HTML 1.5%
  • C 1.4%
  • Clojure 1.4%
  • Other 2.7%