Git plugin for pass and screen sharing fix

This commit is contained in:
2024-05-07 13:18:09 +01:00
parent ca8c614d8a
commit 1f97813a45
5 changed files with 12 additions and 6 deletions

View File

@@ -4,4 +4,4 @@ name = "TrudeEH"
[credential] [credential]
helper = cache helper = !pass-git-helper $@

View File

@@ -0,0 +1,2 @@
[github.com*]
target=github/token

View File

@@ -30,8 +30,8 @@ bind-key ^H toggle-show-read-feeds
color background default default color background default default
color listnormal default default color listnormal default default
color listnormal_unread default default color listnormal_unread default default
color listfocus black color167 color listfocus black color223 # !
color listfocus_unread black color167 color listfocus_unread black color223 # !
color info default black color info default black
color article default default color article default default

View File

@@ -0,0 +1,2 @@
q
q

View File

@@ -15,14 +15,16 @@ fi
paru -Sy curl git stow bat fzf less nextcloud-client paru -Sy curl git stow bat fzf less nextcloud-client
# Install DE # 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 # Install GUI Apps
paru -Sy gnome-podcasts brave-bin paru -Sy gnome-podcasts
# Install CLI Apps # 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 if [ $(pwd) != "$HOME/dotfiles" ]; then
cd $HOME cd $HOME