Use new go rpn implementation

This commit is contained in:
Pavle Portic 2024-01-09 10:14:22 +01:00
parent dd3c4a70ce
commit 9078c5efc8
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
2 changed files with 5 additions and 1 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module gitea.theedgeofrage.com/theedgeofrage/dotfiles
go 1.21.5

View File

@ -1,8 +1,9 @@
#!/bin/sh
git clone https://gitea.theedgeofrage.com/TheEdgeOfRage/rpn ~/.local/share/rpn
git clone https://github.com/TheEdgeOfRage/bumblebee-status ~/.local/share/bumblebee-status
go install gitea.theedgeofrage.com/theedgeofrage/rpn
ohmyzsh_dir="$HOME/.config/zsh/oh-my-zsh"
ohmyzsh_custom="${ohmyzsh_dir}/custom"
git clone https://github.com/TheEdgeOfRage/ohmyzsh ${ohmyzsh_dir}