mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Updates install package script to include what should be needed on a fresh install, changes pinentry program which was causing ssh not to work.
This commit is contained in:
@@ -5,8 +5,8 @@ ttyname $GPG_TTY
|
|||||||
default-cache-ttl 60
|
default-cache-ttl 60
|
||||||
max-cache-ttl 120
|
max-cache-ttl 120
|
||||||
#pinentry-program /usr/bin/pinentry-curses
|
#pinentry-program /usr/bin/pinentry-curses
|
||||||
#pinentry-program /usr/bin/pinentry-gnome3
|
pinentry-program /usr/bin/pinentry-gnome3
|
||||||
pinentry-program /usr/bin/pinentry-tty
|
#pinentry-program /usr/bin/pinentry-tty
|
||||||
#pinentry-program /usr/bin/pinentry-x11
|
#pinentry-program /usr/bin/pinentry-x11
|
||||||
#pinentry-program /usr/local/bin/pinentry-curses
|
#pinentry-program /usr/local/bin/pinentry-curses
|
||||||
|
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
-- bootstrap lazy.nvim, LazyVim and your plugins
|
-- bootstrap lazy.nvim, LazyVim and your plugin
|
||||||
|
vim.g.netrw_browsex_viewer = "xdg-open"
|
||||||
require("config.lazy")
|
require("config.lazy")
|
||||||
|
|||||||
@@ -7,5 +7,67 @@
|
|||||||
# need to be revisited to ensure packages installed before this
|
# need to be revisited to ensure packages installed before this
|
||||||
# script started are included.
|
# script started are included.
|
||||||
|
|
||||||
|
# Basics
|
||||||
|
yay -S --noconfirm --needed \
|
||||||
|
asahi-desktop-meta \
|
||||||
|
base-devel \
|
||||||
|
bat \
|
||||||
|
btop \
|
||||||
|
catppuccin-gtk-theme-mocha \
|
||||||
|
eza \
|
||||||
|
fastfetch \
|
||||||
|
fzf \
|
||||||
|
git \
|
||||||
|
github-cli \
|
||||||
|
gum \
|
||||||
|
hyprpaper \
|
||||||
|
hyrpidle \
|
||||||
|
hyprlock \
|
||||||
|
neovim \
|
||||||
|
nwg-look \
|
||||||
|
pcsc-controls \
|
||||||
|
starship \
|
||||||
|
swaync \
|
||||||
|
tmux \
|
||||||
|
zoxide \
|
||||||
|
zsh
|
||||||
|
|
||||||
|
# Terminals
|
||||||
|
yay -S --noconfirm ghostty-git kitty
|
||||||
|
|
||||||
# Clipboard history utility
|
# Clipboard history utility
|
||||||
yay -S --noconfirm clipse wl-clipboard
|
yay -S --noconfirm clipse wl-clipboard
|
||||||
|
|
||||||
|
# Menu bar
|
||||||
|
yay -S --noconfirm waybar
|
||||||
|
|
||||||
|
# Fonts
|
||||||
|
yay -S --noconfirm \
|
||||||
|
ttf-jetbrains-mono-nerd \
|
||||||
|
ttf-firacode \
|
||||||
|
ttf-inconsolata-nerd
|
||||||
|
|
||||||
|
# Application launcher
|
||||||
|
yay -S --noconfirm walker elephant
|
||||||
|
|
||||||
|
# Bluetooth management
|
||||||
|
yay -S --noconfirm blueberry-wayland
|
||||||
|
|
||||||
|
# terminal based password manager.
|
||||||
|
yay -S --noconfirm gopass-git git-credential-gopass
|
||||||
|
|
||||||
|
# Audio stuff
|
||||||
|
yay -S --noconfirm pipewire \
|
||||||
|
pavucontrol \
|
||||||
|
wireplumber \
|
||||||
|
pipewire-jack \
|
||||||
|
pipewire-pulse
|
||||||
|
|
||||||
|
# Browsers
|
||||||
|
yay -S --noconfirm zen-browser-bin chromium
|
||||||
|
|
||||||
|
# File managers / explorers
|
||||||
|
yay -S --noconfirm yazi nautilus
|
||||||
|
|
||||||
|
# Email
|
||||||
|
yay -S --noconfirm thunderbird
|
||||||
|
|||||||
Reference in New Issue
Block a user