Skip to content

Commit a26bb50

Browse files
committed
packages: xst, clipnotify, temporary remove emacs-gptel
1 parent d1da7f7 commit a26bb50

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ This repository provides a unified development environment that I need. Almost i
66
# Usage
77
## Bare metal
88
- Get this package
9-
```sh
9+
```
1010
wget https://txgvnn.github.io/oops/guix.tar.xz -P ~/
1111
1212
```
1313
- Setup `.bashrc`
14-
```sh
14+
```
1515
cat >> ~/.bashrc << EOF
1616
if [ ! -d /gnu ]; then
1717
echo "Setup Guix..."
1818
sudo tar -xf ~/guix.tar.xz -C /
19-
ln -svf \$(ls -d /gnu/store/*profile) ~/.guix-profile
19+
ln -svf \$(ls -d /gnu/store/*profile | head -n1) ~/.guix-profile
2020
~/.guix-profile/bin/oops-link
2121
fi
2222
export GUIX_PROFILE=~/.guix-profile

guix-install.d/pack.scm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"emacs-gist"
4545
"emacs-git-gutter"
4646
"emacs-git-link"
47-
"emacs-gptel"
4847
"emacs-guix"
4948
"emacs-helpful"
5049
"emacs-hl-todo"
@@ -108,6 +107,8 @@
108107
"tree-sitter-scheme"
109108
"tree-sitter-typescript"
110109
;; tools
110+
"xst"
111+
"clipnotify"
111112
"direnv"
112113
"dtach"
113114
"jq"

0 commit comments

Comments
 (0)