Git plugin for pass and screen sharing fix
This commit is contained in:
@@ -4,4 +4,4 @@ name = "TrudeEH"
|
|||||||
|
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
helper = !pass-git-helper $@
|
||||||
|
|||||||
2
dotfiles/.config/pass-git-helper/git-pass-mapping.ini
Normal file
2
dotfiles/.config/pass-git-helper/git-pass-mapping.ini
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[github.com*]
|
||||||
|
target=github/token
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
2
dotfiles/.newsboat/history.cmdline
Normal file
2
dotfiles/.newsboat/history.cmdline
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
q
|
||||||
|
q
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user