mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +03:00
feat(*): update some manifests
This commit is contained in:
parent
7f50bdb82c
commit
d14808fa7f
5 changed files with 6 additions and 4 deletions
|
|
@ -14,7 +14,7 @@
|
||||||
(channel
|
(channel
|
||||||
(name 'nonguix)
|
(name 'nonguix)
|
||||||
(url "https://gitlab.com/nonguix/nonguix")
|
(url "https://gitlab.com/nonguix/nonguix")
|
||||||
(commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27")
|
;; (commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
(specifications->manifest
|
(specifications->manifest
|
||||||
'(
|
'(
|
||||||
|
"unzip"
|
||||||
"password-store"
|
"password-store"
|
||||||
"p7zip"
|
"p7zip"
|
||||||
"fzf"
|
"fzf"
|
||||||
|
|
|
||||||
|
|
@ -790,6 +790,7 @@ key_bindings:
|
||||||
| fzf | fuzzy finder |
|
| fzf | fuzzy finder |
|
||||||
| p7zip | archiver |
|
| p7zip | archiver |
|
||||||
| password-store | CLI password manager |
|
| password-store | CLI password manager |
|
||||||
|
| unzip | |
|
||||||
|
|
||||||
| Note | Description |
|
| Note | Description |
|
||||||
|------+-----------------|
|
|------+-----------------|
|
||||||
|
|
|
||||||
2
Guix.org
2
Guix.org
|
|
@ -154,7 +154,7 @@ References:
|
||||||
(channel
|
(channel
|
||||||
(name 'nonguix)
|
(name 'nonguix)
|
||||||
(url "https://gitlab.com/nonguix/nonguix")
|
(url "https://gitlab.com/nonguix/nonguix")
|
||||||
(commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27")
|
;; (commit "d54973e47b89fe5772a5b6e2d0c0b86acb089e27")
|
||||||
(introduction
|
(introduction
|
||||||
(make-channel-introduction
|
(make-channel-introduction
|
||||||
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# [[file:../../Guix.org::*Manifest][Manifest:3]]
|
# [[file:../../Guix.org::*conda][conda:2]]
|
||||||
# Get writable conda envs with npm & without
|
# Get writable conda envs with npm & without
|
||||||
readarray -t CONDA_ENVS_ALL <<< $(conda env list --json | jq '.envs[]')
|
readarray -t CONDA_ENVS_ALL <<< $(conda env list --json | jq '.envs[]')
|
||||||
CONDA_ENVS_NPM=()
|
CONDA_ENVS_NPM=()
|
||||||
|
|
@ -33,4 +33,4 @@ for env in "${CONDA_ENVS_NO_NPM}"; do
|
||||||
rm -rf "$env/etc/conda/deactivate.d/conda.sh" || true
|
rm -rf "$env/etc/conda/deactivate.d/conda.sh" || true
|
||||||
rm -rf "$env/etc/conda/deactivate.d/conda.fish" || true
|
rm -rf "$env/etc/conda/deactivate.d/conda.fish" || true
|
||||||
done
|
done
|
||||||
# Manifest:3 ends here
|
# conda:2 ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue