Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krinkle/dotfiles
๐ ~/.krinkle.dotfiles
https://github.com/krinkle/dotfiles
dotfiles
Last synced: 12 days ago
JSON representation
๐ ~/.krinkle.dotfiles
- Host: GitHub
- URL: https://github.com/krinkle/dotfiles
- Owner: Krinkle
- License: 0bsd
- Created: 2012-08-07T01:42:51.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:46:51.000Z (16 days ago)
- Last Synced: 2024-10-24T15:17:35.923Z (15 days ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 310 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-0BSD
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
## 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.
### SSH 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))