Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catatsuy/dotfiles
dotfiles
https://github.com/catatsuy/dotfiles
Last synced: 10 days ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/catatsuy/dotfiles
- Owner: catatsuy
- Created: 2013-01-14T11:07:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T05:23:03.000Z (about 2 months ago)
- Last Synced: 2024-09-14T17:27:28.808Z (about 2 months ago)
- Language: Shell
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles
==================================## Fast introduction
```
curl -L https://raw.githubusercontent.com/catatsuy/dotfiles/master/quick.sh | bash
# not installed curl
wget -O - https://raw.githubusercontent.com/catatsuy/dotfiles/master/quick.sh | bash
```## Git
```
git config --global user.name "catatsuy"
git config --global user.email "[email protected]"git config --global alias.sb '!git diff -w | bento -branch -model "gpt-4o-mini"'
git config --global alias.sc '!git diff -w --staged | bento -commit -model "gpt-4o-mini"'
git config --global alias.rd '!branch=$(basename $(git symbolic-ref refs/remotes/origin/HEAD)); git rebase origin/$branch'
git config --global alias.rv '!git diff -w | bento -review -language Japanese'
git config --global alias.lt '!git tag | sort -V | tail -n 1'
```### .ssh/config
```
Host github.com
HostName github.com
User git
Port 22
IdentityFile ~/.ssh/id_rsa.githubHost *
ServerAliveInterval 5
ServerAliveCountMax 12
```## vscode
```
{Application App}/Contents/Resources/app/bin/code
```## .zsh
https://github.com/catatsuy/dot.zsh