๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

๐Ÿ”ง Update codex package install and zed links

+2 -2
+1 -1
Makefile
··· 8 8 lint-sh: 9 9 @ rg --files -g '*.sh' -g 'scripts/*' -g '*/setup.sh' | xargs -r shellcheck -x 10 10 11 + .PHONY: paru 11 12 paru: 12 13 @ sudo pacman -S --needed base-devel 13 14 @ git clone https://aur.archlinux.org/paru.git /tmp/paru ··· 34 35 @ mkdir -p "$(HOME)/.config/zed/" 35 36 @ ln -sf $(DOTFILES)/zed/settings.json "$(HOME)/.config/zed/settings.json" 36 37 @ ln -sf $(DOTFILES)/zed/keymap.json "$(HOME)/.config/zed/keymap.json" 37 - @ ln -sf $(DOTFILES)/zed/tasks.json "$(HOME)/.config/zed/tasks.json" 38 38 39 39 .PHONY: terminal 40 40 terminal:
+1 -1
agents/setup.sh
··· 6 6 CODEX_DIR="${HOME}/.codex" 7 7 8 8 setup_codex() { 9 - if ! pacman -Q openai-codex-autoup-bin >/dev/null 2>&1; then 9 + if ! pacman -Q openai-codex-bin >/dev/null 2>&1; then 10 10 paru -S --needed --noconfirm openai-codex-bin 11 11 fi 12 12