For macOS and Linux(Ubuntu).
- change Raycast's shortcut
command + space
- change "Define a word"'s shortcut
d
- change "Define a word"'s shortcut
- set up
- Google Japanese Input
- change "Keymap" to "ATOK" in "General"
- make conversions in "Advanced" halfwidth
- Google Japanese Input
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply diohabara
-
connect GitHub via SSH
- First follow this link https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.
ssh-keygen -t ed25519 -C "[email protected]" eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_ed25519 gh auth login gh ssh-key add ~/.ssh/id_ed25519.pub
- After finishing the instructions, execute this command.
cd ~/repo/github.com/diohabara/dotfiles git remote set-url origin [email protected]:diohabara/dotfiles.git
-
If you having difficulty Doom Emacs font rendering, please refer to this issue.
-
After the update of macOS, append this code to
/etc/zshrc
according to this comment# Nix if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then source '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' fi # End Nix