mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-13 22:02:34 +00:00
feat: Adds some todos, adds pcre to dev run, removes sddm-catppuccin that is failing to install.
This commit is contained in:
2
TODO.md
2
TODO.md
@@ -29,4 +29,6 @@
|
||||
using ~/.config/yubico and it didn't work)
|
||||
- Move keyboard (kanata) systemd service to be started as a '--user' service, as
|
||||
it seems to not work when used on a desktop (mac mini) vs. laptop.
|
||||
- [ ] Need to update kanatactl to generate udev rules, etc. (see
|
||||
here)[https://github.com/jtroo/kanata/blob/main/docs/setup-linux.md]
|
||||
- Add neomutt configuration files into the repo (or probably a private repo)
|
||||
|
||||
1
dev-env
1
dev-env
@@ -111,6 +111,7 @@ update_dirs $DEV_ENV/env/.local $HOME/.local
|
||||
mkdir -p ~/.local/scripts/{hypr,utils} >/dev/null 2>&1
|
||||
mkdir -p ~/.local/scripts/utils/kanatactl >/dev/null 2>&1
|
||||
update_dirs $DEV_ENV/env/.local/scripts/hypr $HOME/.local/scripts/hypr
|
||||
copy_files $DEV_ENV/env/.local/scripts/hypr $HOME/.local/scripts/hypr
|
||||
copy_files "$DEV_ENV/env/.local/scripts/utils/kanatactl" "$HOME/.local/scripts/utils/kanatactl"
|
||||
copy_files $DEV_ENV/env/.local/scripts $HOME/.local/scripts
|
||||
|
||||
|
||||
1
runs/dev
1
runs/dev
@@ -20,6 +20,7 @@ yay -S --noconfirm --needed \
|
||||
neovim \
|
||||
nodejs \
|
||||
npm \
|
||||
pcre2 \
|
||||
starship \
|
||||
tldr \
|
||||
tmux \
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
yay ${1:-"-S --noconfirm"} catppuccin-gtk-theme-mocha \
|
||||
sddm-theme-catppuccin \
|
||||
nwg-look \
|
||||
wl-clipboard \
|
||||
pam-u2f \
|
||||
pcsc-tools \
|
||||
swaync \
|
||||
yubikey-manger \
|
||||
yubikey-manager \
|
||||
nfs-utils \
|
||||
firewalld
|
||||
|
||||
Reference in New Issue
Block a user