feat(console): glibc-locales

This commit is contained in:
Pavel Korytov 2022-01-05 10:15:34 +03:00
parent 4b1e141a6e
commit d8d1bb83ed
3 changed files with 11 additions and 0 deletions

View file

@ -1,5 +1,6 @@
(specifications->manifest
'(
"glibc-locales"
"git-lfs"
"sshfs"
"tokei"

View file

@ -41,6 +41,10 @@ export JUPYTER_CONFIG_DIR=$HOME/.config/jupyter
export GUIX_PACKAGE_PATH=~/guix-packages
# Guix settings:3 ends here
# [[file:Console.org::*Guix settings][Guix settings:4]]
export GUIX_LOCPATH=$HOME/.guix-extra-profiles/console/console/lib/locale
# Guix settings:4 ends here
# [[file:Console.org::*Other package managers][Other package managers:1]]
if [ -d "$HOME/.cask" ]; then
export PATH="/home/pavel/.cask/bin:$PATH"

View file

@ -102,6 +102,11 @@ Set a folder for my packages.
#+begin_src sh
export GUIX_PACKAGE_PATH=~/guix-packages
#+end_src
Locale settings
#+begin_src sh
export GUIX_LOCPATH=$HOME/.guix-extra-profiles/console/console/lib/locale
#+end_src
** Other package managers
Using other package managers with Guix requires some extra work.
@ -853,6 +858,7 @@ key_bindings:
| tokei | Count lines of code |
| sshfs | Mount stuff over SSH |
| git-lfs | |
| glibc-locales | |
** ripgrep config
Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally.