File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ ```
1010wget https://txgvnn.github.io/oops/guix.tar.xz -P ~/
1111
1212```
1313- Setup ` .bashrc `
14- ``` sh
14+ ```
1515cat >> ~/.bashrc << EOF
1616if [ ! -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
2121fi
2222export GUIX_PROFILE=~/.guix-profile
Original file line number Diff line number Diff line change 4444 " emacs-gist"
4545 " emacs-git-gutter"
4646 " emacs-git-link"
47- " emacs-gptel"
4847 " emacs-guix"
4948 " emacs-helpful"
5049 " emacs-hl-todo"
108107 " tree-sitter-scheme"
109108 " tree-sitter-typescript"
110109 ; ; tools
110+ " xst"
111+ " clipnotify"
111112 " direnv"
112113 " dtach"
113114 " jq"
You can’t perform that action at this time.
0 commit comments