Setup ssh askpass through gcr-4
This commit is contained in:
parent
0b24af1beb
commit
46fe453f27
1 changed files with 4 additions and 2 deletions
6
justfile
6
justfile
|
|
@ -88,7 +88,7 @@ kitty-terminal:
|
||||||
[group("graphical")]
|
[group("graphical")]
|
||||||
niri-window-manager:
|
niri-window-manager:
|
||||||
@just _echowarning "1) Installing niri and related tools"
|
@just _echowarning "1) Installing niri and related tools"
|
||||||
paru -S adw-gtk-theme brightnessctl cliphist fuzzel gdm gnome-keyring gtklock inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra overskride polkit-kde-agent poweralertd swaybg swayidle ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset wooz-git xdg-desktop-portal-gnome xwayland-satellite-git
|
paru -S adw-gtk-theme brightnessctl cliphist fuzzel gcr-4 gdm gnome-keyring gtklock inter-font mako niri-git noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra overskride polkit-kde-agent poweralertd swaybg swayidle ttf-firacode-nerd ttf-font-awesome waybar wl-clipboard wlsunset wooz-git xdg-desktop-portal-gnome xwayland-satellite-git
|
||||||
|
|
||||||
@just _echowarning "\n2) Stowing niri config"
|
@just _echowarning "\n2) Stowing niri config"
|
||||||
stow niri
|
stow niri
|
||||||
|
|
@ -97,8 +97,10 @@ niri-window-manager:
|
||||||
stow mako
|
stow mako
|
||||||
stow waybar
|
stow waybar
|
||||||
|
|
||||||
@just _echowarning "\n3) Enabling GNOME display manager service"
|
@just _echowarning "\n3) Enabling services"
|
||||||
sudo systemctl enable gdm
|
sudo systemctl enable gdm
|
||||||
|
systemctl enable --user gcr-ssh-agent.socket
|
||||||
|
systemctl start --user gcr-ssh-agent.socket
|
||||||
|
|
||||||
# Neovim text editor
|
# Neovim text editor
|
||||||
[group("essentials")]
|
[group("essentials")]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue