Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krinkle/dotfiles

๐Ÿ“Ÿ ~/.krinkle.dotfiles
https://github.com/krinkle/dotfiles

dotfiles

Last synced: 12 days ago
JSON representation

๐Ÿ“Ÿ ~/.krinkle.dotfiles

Awesome Lists containing this project

README

        

# Krinkle Dotfiles

## Install

**[Basic](hosts/basic/#readme)**
```bash
git clone https://github.com/Krinkle/dotfiles.git ~/.krinkle.dotfiles \
&& ~/.krinkle.dotfiles/hosts/basic/install
```

**[Primary](hosts/primary/#readme)**
```bash
git clone [email protected]:Krinkle/dotfiles.git ~/.krinkle.dotfiles \
&& ~/.krinkle.dotfiles/hosts/primary/install
```

## Screenshots

Screenshot of the Terminal app
Screenshot of Git prompt

## FAQ

### Naming tabs?

See [**ยง Terminal app (Mac)**](hosts/primary#terminal-app) for how to configure the naming of tabs.

### j-What?

The `j` command shown above is [Autojump](https://github.com/wting/autojump). It's available on Homebrew.

I recommend [Olivier Lacan's blog post](https://olivierlacan.com/posts/cd-is-wasting-your-time/) to learn more about how it works.

autojump example

### SSH Screen?

Screenshot of GNU Screen

See [`screenrc`](https://github.com/Krinkle/dotfiles/blob/e4bf32b5188c71c0d728aae0f9d80622d3ccf049/hosts/wmf/screenrc) and [`setscreentitle()`](https://github.com/Krinkle/dotfiles/blob/db27954dcdd05e5d03ea101c97ae2bb096c412aa/hosts/wmf/bashrc#L112-L123).

## Thanks

* [@cowboy](https://github.com/cowboy) ([dotfiles](https://github.com/cowboy/dotfiles))
* [@rtomayko](https://github.com/rtomayko) ([dotfiles](https://github.com/rtomayko/dotfiles))
* [@catrope](https://github.com/catrope)
* [@jakemcc](https://github.com/jakemcc) ([Last command run-time in prompt](http://jakemccrary.com/blog/2015/05/03/put-the-last-commands-run-time-in-your-bash-prompt/))
* [@mathiasbynens](https://github.com/mathiasbynens) ([dotfiles](https://github.com/mathiasbynens/dotfiles/blob/ef819d5fcd/.osx))
* [@ymendel](https://github.com/ymendel) ([dotfiles](https://github.com/ymendel/dotfiles/tree/0ff3906a98/osx))