Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trishume/dotfiles
My dotfiles for Linux and Mac.
https://github.com/trishume/dotfiles
dotfiles fish hammerspoon
Last synced: 2 months ago
JSON representation
My dotfiles for Linux and Mac.
- Host: GitHub
- URL: https://github.com/trishume/dotfiles
- Owner: trishume
- License: mit
- Created: 2013-02-19T22:04:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T22:32:28.000Z (over 2 years ago)
- Last Synced: 2024-08-02T06:03:49.947Z (5 months ago)
- Topics: dotfiles, fish, hammerspoon
- Language: Shell
- Homepage:
- Size: 489 KB
- Stars: 98
- Watchers: 6
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.markdown
- License: License
Awesome Lists containing this project
README
# Tristan does dotfiles
Based off of holman/dotfiles and spf13-vim
These may not immediately work on your system because of the assumption that you organize things in a folder called ~/Box like I do.
If you change these paths things should work.## components
There's a few special files in the hierarchy.
- **bin/**: Anything in `bin/` will get added to your `$PATH` and be made
available everywhere.
- **topic/\*.zsh**: Any files ending in `.zsh` get loaded into your
environment.
- **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 `rake install`.
- **topic/\*.completion.sh**: Any files ending in `completion.sh` get loaded
last so that they get loaded after we set up zsh autocomplete functions.## add-ons
There are a few things I use to make my life awesome. They're not a required
dependency, but if you install them they'll make your life a bit more like a
bubble bath.- If you want some more colors for things like `ls`, install grc: `brew install
grc`.
- If you install the excellent [rvm](http://rvm.beginrescueend.com) to manage
multiple rubies, your current branch will show up in the prompt. Bonus.