dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit ea51b62e095ba9e243b8b7cf4a5ec75a3d2dab10
parent b58b86ad86e6d00ff0798efc7479e497f3389538
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Sat, 17 Sep 2022 13:18:13 +0900

some change

Diffstat:
M.config/newsboat/urls | 2++
Mbin/home_backup | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.config/newsboat/urls b/.config/newsboat/urls @@ -32,3 +32,5 @@ https://www.youtube.com/feeds/videos.xml?channel_id=UCL7VEatXa9yBCKeM-ww8TnA https://www.youtube.com/feeds/videos.xml?channel_id=UCmi6OO6sTXuZfmKX1q12x9Q https://www.youtube.com/feeds/videos.xml?channel_id=UCkbFiBwMYMXAqifXF4xo5Uw https://www.youtube.com/feeds/videos.xml?channel_id=UCAAuJFP7W5stY4csZTY6c1g +https://www.youtube.com/feeds/videos.xml?channel_id=UCs8DNFOxYen3kuj87aWKG9g +https://www.youtube.com/feeds/videos.xml?channel_id=UCOHuM4FpWsgEjXcPEL8dIDQ diff --git a/bin/home_backup b/bin/home_backup @@ -1,2 +1,2 @@ #!/bin/sh -rsync -av --delete --exclude 'Downloads' --exclude '~/.config' --exclude '~/.gitconfig' --exclude '~/.local' --exclude '~/.ssh' --exclude '~/.uim.d' /home/kenji/* hatsukaze.aa0.netvolante.jp:/mnt/x220 +rsync --rsh 'ssh -p 8022' -av --delete --exclude 'Downloads' --exclude '~/.config' --exclude '~/.gitconfig' --exclude '~/.local' --exclude '~/.ssh' --exclude '~/.uim.d' /home/kenji/* hatsukaze.aa0.netvolante.jp:/mnt/x220