Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

image

Hyprland + Neovim 向けの環境設定。GNU Stow で管理。

概要

カテゴリ ツール
WM Hyprland (Wayland)
Terminal Kitty
Shell Zsh (Starship)
Editor Neovim
PDF Viewer Zathura
Bar Waybar

セットアップ

1. SSH鍵の準備

ssh-keygen -t ed25519 -C "your-email@example.com"
cat ~/.ssh/id_ed25519.pub
ssh -T git@github.com

2. クローンとインストール

git clone git@github.com:<your-username>/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh

3. 初期設定

chsh -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

License

MIT

About

Arch Linux用の設定ファイル

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages