forked from ekampf/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
56 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,51 @@ | ||
dotfiles | ||
======== | ||
# ekampf does dotfiles | ||
|
||
@ekampf's dotfiles | ||
## dotfiles | ||
|
||
@ekampf's dotfiles | ||
Your dotfiles are how you personalize your system. These are mine. | ||
|
||
|
||
## Install | ||
|
||
Clone the repo (Or fork it...): | ||
git clone git://github.com/ekampf/dotfiles.git | ||
|
||
Install required gems: | ||
bundle install | ||
|
||
Run the bootstrap script: | ||
./bootstrap.rb | ||
|
||
#### Personalize | ||
|
||
Put your customizations in dotfiles appended with `.local`: | ||
|
||
* `~/.aliases.local` | ||
* `~/.gitconfig.local` | ||
* `~/.tmux.conf.local` | ||
* `~/.vimrc.local` | ||
* `~/.zshenv.local` | ||
* `~/.zshrc.local` | ||
|
||
For example, your `~/.aliases.local` might look like this: | ||
|
||
# Productivity | ||
alias todo='$EDITOR ~/.todo' | ||
|
||
# Easy Folder access | ||
alias go='cd $HOME/Documents/workspace' | ||
|
||
And so on... | ||
|
||
|
||
#### Whats in it? | ||
|
||
<TODO> | ||
|
||
tmux configuration: | ||
|
||
* Improve color resolution. | ||
* Remove administrative debris (session name, hostname, time) in status bar. | ||
* Set prefix to `Ctrl+s` | ||
* Soften status bar color from harsh green to light gray. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters