Hyprland + Neovim 向けの環境設定。GNU Stow で管理。
| カテゴリ | ツール |
|---|---|
| WM | Hyprland (Wayland) |
| Terminal | Kitty |
| Shell | Zsh (Starship) |
| Editor | Neovim |
| PDF Viewer | Zathura |
| Bar | Waybar |
ssh-keygen -t ed25519 -C "your-email@example.com"
cat ~/.ssh/id_ed25519.pub
ssh -T git@github.comgit clone git@github.com:<your-username>/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.shchsh -s $(which zsh)
git config --file ~/.gitconfig.local user.name "Your Name"
git config --file ~/.gitconfig.local user.email "your-email@example.com"pacman -Qqen > ~/dotfiles/pkglist.txt
pacman -Qqem > ~/dotfiles/aurlist.txt