This commit is contained in:
thek4n 2025-10-30 22:45:50 +03:00
parent 4a88eb960d
commit 7b7b4094af
4 changed files with 17 additions and 2 deletions

View File

@ -4,6 +4,7 @@ less:.lesskey .infokey
tmux:.config/tmux .tmux .config/systemd/user/tmux.service .local/bin/tmux_start_session.sh .local/bin/tmux_list_sessions.sh .local/bin/tmux_attach_session.sh .local/bin/tmux_kill_sessions.sh .local/bin/tmux_start_projects.sh
t:
note:
psw:
zsh:.config/zsh .zshenv .zshenv.d .inputrc %colors
alacritty:.config/alacritty
nvim:.config/nvim .editorconfig .editrc .local/bin/vim_askpass_helper

View File

@ -7,7 +7,7 @@ readonly tempdir
(
cd "${tempdir}"
git clone https://github.com/thek4n/note.git .
git clone https://gitea.thek4n.ru/thek4n/note.git .
sudo PREFIX=/usr make install
)

14
install-hooks/psw/pre-install Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh
set -eu
tempdir="$(mktemp -d)"
readonly tempdir
(
cd "${tempdir}"
git clone https://gitea.thek4n.ru/thek4n/psw.git .
sudo PREFIX=/usr make install
)
rm -rf "${tempdir}"

View File

@ -1,3 +1,3 @@
#!/bin/sh
GOPROXY=direct go install github.com/thek4n/t/cmd/t@latest
GOPROXY=direct go install github.com/thek4n/t/cmd/t@latest