Skip to content

Instantly share code, notes, and snippets.

View 2YY's full-sized avatar
🍣
fall in sushi

2YY 2YY

🍣
fall in sushi
View GitHub Profile
@2YY
2YY / brew_list.txt
Created November 3, 2025 14:11
Homebrew で使ってるもの一覧 (251103 時点)。この中の一部は Neovim が依存してる。
==> Formulae
bat gh libuv ncurses ripgrep yazi
ca-certificates lazygit lpeg neovim tree-sitter zoxide
fd libgit2 lsd oniguruma unar
fish libssh2 luajit openssl@3 unibilium
gettext libunistring luv pcre2 utf8proc
==> Casks
font-jetbrains-mono ghostty
font-jetbrains-mono-nerd-font ngrok
@2YY
2YY / config.fish
Created November 3, 2025 14:09
fish の設定。使ってるライブラリの初期化と、その他の細かい設定ちょっとだけ。
if status is-interactive
# Commands to run in interactive sessions can go here
end
fish_add_path /opt/homebrew/bin
~/.local/bin/mise activate fish | source
zoxide init fish | source
@2YY
2YY / config
Created November 3, 2025 14:07
Ghostty の設定。fish を使うので `command` に Homebrew の fish のパスが指定されてる。
# This is the configuration file for Ghostty.
#
# This template file has been automatically created at the following
# path since Ghostty couldn't find any existing config files on your system:
#
# /Users/2yy/Library/Application Support/com.mitchellh.ghostty/config
#
# The template does not set any default options, since Ghostty ships
# with sensible defaults for all options. Users should only need to set
# options that they want to change from the default.