From 1f97813a4573c6bcd2b1c6cd7baff7e7671abe1e Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Tue, 7 May 2024 13:18:09 +0100 Subject: [PATCH] Git plugin for pass and screen sharing fix --- dotfiles/.config/git/config | 2 +- dotfiles/.config/pass-git-helper/git-pass-mapping.ini | 2 ++ dotfiles/.newsboat/config | 4 ++-- dotfiles/.newsboat/history.cmdline | 2 ++ install.sh | 8 +++++--- 5 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 dotfiles/.config/pass-git-helper/git-pass-mapping.ini create mode 100644 dotfiles/.newsboat/history.cmdline diff --git a/dotfiles/.config/git/config b/dotfiles/.config/git/config index f0c715e1..0b6dc177 100644 --- a/dotfiles/.config/git/config +++ b/dotfiles/.config/git/config @@ -4,4 +4,4 @@ name = "TrudeEH" [credential] - helper = cache + helper = !pass-git-helper $@ diff --git a/dotfiles/.config/pass-git-helper/git-pass-mapping.ini b/dotfiles/.config/pass-git-helper/git-pass-mapping.ini new file mode 100644 index 00000000..6ed0c5ee --- /dev/null +++ b/dotfiles/.config/pass-git-helper/git-pass-mapping.ini @@ -0,0 +1,2 @@ +[github.com*] +target=github/token diff --git a/dotfiles/.newsboat/config b/dotfiles/.newsboat/config index b1b52730..68920a1f 100644 --- a/dotfiles/.newsboat/config +++ b/dotfiles/.newsboat/config @@ -30,8 +30,8 @@ bind-key ^H toggle-show-read-feeds color background default default color listnormal default default color listnormal_unread default default -color listfocus black color167 -color listfocus_unread black color167 +color listfocus black color223 # ! +color listfocus_unread black color223 # ! color info default black color article default default diff --git a/dotfiles/.newsboat/history.cmdline b/dotfiles/.newsboat/history.cmdline new file mode 100644 index 00000000..29358118 --- /dev/null +++ b/dotfiles/.newsboat/history.cmdline @@ -0,0 +1,2 @@ +q +q diff --git a/install.sh b/install.sh index 9590264b..d85e5fe9 100755 --- a/install.sh +++ b/install.sh @@ -15,14 +15,16 @@ fi paru -Sy curl git stow bat fzf less nextcloud-client # Install DE -paru -Sy dunst xorg-xwayland xdg-desktop-portal sway swaybg swaylock waybar wofi foot grim slurp wl-clipboard +paru -Sy dunst xorg-xwayland xdg-desktop-portal-wlr xdg-desktop-portal sway swaybg swaylock waybar wofi foot grim slurp wl-clipboard # Install GUI Apps -paru -Sy gnome-podcasts brave-bin +paru -Sy gnome-podcasts # Install CLI Apps -paru -Sy gdu toipe bottom w3m newsboat iamb tmux ollama neovim transmission-cli mutt pass +paru -Sy gdu toipe bottom w3m newsboat iamb tmux ollama neovim transmission-cli mutt pass pass-git-helper +# Browser and browser tools +paru -Sy browserpass brave-bin if [ $(pwd) != "$HOME/dotfiles" ]; then cd $HOME