add psw
This commit is contained in:
parent
4a88eb960d
commit
7b7b4094af
@ -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
|
||||
|
||||
@ -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
14
install-hooks/psw/pre-install
Executable 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}"
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user