diff --git a/README.txt b/README.txt index 45b65ac..dd97648 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,8 @@ TODO ---- +* change shell to /bin/zsh + * pass/otp setup * mblaze * noise suppression diff --git a/add.sh b/add.sh index 65a4eb6..aca6823 100755 --- a/add.sh +++ b/add.sh @@ -15,6 +15,7 @@ for arg in $@; do } cp -v "$arg" "${arg}.bak" + mkdir -vp "files/$(dirname "$file")" mv -iv "$arg" "files/$file" - ln -vfs "files/$file" "$arg" + ln -vfs "$(realpath "files/$file")" "$arg" done diff --git a/files/.dooble/dooble_settings.db b/files/.dooble/dooble_settings.db new file mode 100644 index 0000000..fa9ae9f Binary files /dev/null and b/files/.dooble/dooble_settings.db differ diff --git a/files/.local/bin/journal b/files/.local/bin/journal index 4c6940e..47d1985 100755 --- a/files/.local/bin/journal +++ b/files/.local/bin/journal @@ -7,5 +7,5 @@ d="$(date -I)" grep "$d" "$JOURNAL" || printf "%s\n" "$d" > "$tmp" nvi "$tmp" -(echo; cat "$tmp" | tee -a "$JOURNAL") && rm "$tmp" +(printf "\n"; cat "$tmp" | tee -a "$JOURNAL") && rm "$tmp" tail "$JOURNAL" diff --git a/files/.local/bin/librewolf b/files/.local/bin/librewolf index b1ba05b..4f524d5 100755 --- a/files/.local/bin/librewolf +++ b/files/.local/bin/librewolf @@ -3,4 +3,4 @@ b=/usr/bin/firefox test -e /usr/bin/librewolf && b=/usr/bin/librewolf -exec cage -d "$b" $@ +exec cage -d -- "$b" $@ diff --git a/files/.vimrc b/files/.vimrc new file mode 100644 index 0000000..5153ff0 --- /dev/null +++ b/files/.vimrc @@ -0,0 +1,4 @@ +source ~/.exrc +syntax on +colorscheme lunaperche +set clipboard=unnamed diff --git a/pkgs.txt b/pkgs.txt index 3ce3276..fda28fa 100644 --- a/pkgs.txt +++ b/pkgs.txt @@ -35,3 +35,4 @@ wayland-protocols xcb-util-wm-devel xf86-video-intel xtools +zsh