diff --git a/.config/i3/themes/catppuccin b/.config/i3/themes/catppuccin index c072ada..f3758b0 160000 --- a/.config/i3/themes/catppuccin +++ b/.config/i3/themes/catppuccin @@ -1 +1 @@ -Subproject commit c072ada05271eec960dc893affe9ac55af63a745 +Subproject commit f3758b069b3f7ac50acfe3508e4839004767a092 diff --git a/README.md b/README.md index d016167..027336e 100644 --- a/README.md +++ b/README.md @@ -60,18 +60,17 @@ doas pkg_add -l ~/dotfiles/list mkdir ~/dotfiles_backup_$(date +%F) cp ~/.profile ~/.Xresources ~/.xsession ~/.tmux.conf ~/dotfiles_backup_$(date +%F)/ 2>/dev/null || echo "无旧配置" ``` -### 4. 创建软链接(推荐方式) +### 4. 拷贝所需要的配置文件到根目录 ```sh -ln -sf ~/dotfiles/.profile ~/ -ln -sf ~/dotfiles/.Xresources ~/ -ln -sf ~/dotfiles/.xsession ~/ -ln -sf ~/dotfiles/.tmux.conf ~/ -ln -sf ~/dotfiles/.cwmrc ~/ -ln -sf ~/dotfiles/.spectrwm.conf ~/ -ln -sf ~/dotfiles/.i3status.conf ~/ -ln -sf ~/dotfiles/.config ~/ -ln -sf ~/dotfiles/bin ~/ +cp ~/dotfiles/.profile ~/ +cp ~/dotfiles/.Xresources ~/ +cp ~/dotfiles/.xsession ~/ +cp ~/dotfiles/.tmux.conf ~/ +cp ~/dotfiles/.cwmrc ~/ +cp -rf ~/dotfiles/.spectrwm ~/ +cp -rf ~/dotfiles/.config ~/ +cp -rf ~/dotfiles/bin ~/ ``` ### 5. 重载配置 重启 X 或重新登录以应用 .xsession