https://github.com/ryosukecla/dotfiles
dotfiles
https://github.com/ryosukecla/dotfiles
Last synced: 10 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/ryosukecla/dotfiles
- Owner: RyosukeCla
- License: mit
- Created: 2019-12-10T03:19:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T07:06:03.000Z (12 months ago)
- Last Synced: 2025-01-24T08:18:42.669Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 377 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
## install
```
curl https://raw.githubusercontent.com/RyosukeCla/dotfiles/master/install.sh | bash
```
## update
```
curl https://raw.githubusercontent.com/RyosukeCla/dotfiles/master/update.sh | bash
```
## install brew and fomulas
```
curl https://raw.githubusercontent.com/RyosukeCla/dotfiles/master/install_brew.sh | bash
```
## go installation
```sh
curl https://raw.githubusercontent.com/RyosukeCla/dotfiles/master/install_go_mac.sh | bash
```
## setup ssh key for github
```bash
$ ssh-keygen -t rsa -b 4096 -C "mail@address"
# enter passphrase
# and gen key to ~/.ssh/github_rsa
$ pbcopy < ~/.ssh/github_rsa.pub
# set up ssh public key on github
$ touch ~/.ssh/config
$ cat <> ~/.ssh/config
Host github github.com
HostName github.com
IdentityFile ~/.ssh/github_rsa
User git
AddKeysToAgent yes
EOT
$ ssh -T git@github.com
# enter passphrase
```
## karabiner elements setup
- launch karabiner elements preferences
- go to complex modifications settings
- import rule from the internet, and search `option + f/b to option + arrow`
- import and add it.
- go to simple modifications settings
- bind `caps_lock` to `left_control`