Skip to content

diohabara/dotfiles

Repository files navigation

dotfiles

GitHub Actions

For macOS and Linux(Ubuntu).

setup

macOS

  • change Raycast's shortcut command + space
    • change "Define a word"'s shortcut d
  • set up
    • Google Japanese Input
      • change "Keymap" to "ATOK" in "General"
      • make conversions in "Advanced" halfwidth

Common

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply diohabara

Troubleshooting

  • 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