Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolasblack/dotfiles
dotfiles
https://github.com/bolasblack/dotfiles
Last synced: 2 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/bolasblack/dotfiles
- Owner: bolasblack
- Created: 2010-09-01T08:32:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-09-17T10:27:15.000Z (4 months ago)
- Last Synced: 2024-09-17T13:10:19.598Z (4 months ago)
- Language: Shell
- Homepage: plafer.info
- Size: 3.6 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Dotfiles
* [tmuxfiles](./tmuxfiles) tmux 的相关配置
* [shfiles](./shfiles) sh/bash/zsh 的相关配置
* [gitfiles](./gitfiles) git 的相关配置## [Karabiner-Elements](https://github.com/tekezo/Karabiner-Elements) (OS X)
```bash
mkdir -p ~/.config/karabiner/ && \
cd ~/.config/karabiner/ && \
ln -s ~/dotfiles/Karabiner-Elements/karabiner.json
```只实现 tab+hjkl 变成方向键:
```bash
open "karabiner://karabiner/assets/complex_modifications/import?url=$(python -c "import urllib; print urllib.quote(u'file://$HOME/dotfiles/Karabiner-Elements/tab_rule.json', safe='~()*\!.\'')")"
```## [Rime](http://rime.im/)
```bash
cd ~/Library/Rime && \
ln -s ~/dotfiles/Rime/default.custom.yaml && \
ln -s ~/dotfiles/Rime/squirrel.custom.yaml
```## [Hammerspoon](http://www.hammerspoon.org/)
一个比较好用的自动化脚本工具
```bash
cd ~ && \
ln -s ~/dotfiles/hammerspoon .hammerspoon
```