mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(console): glibc-locales
This commit is contained in:
parent
4b1e141a6e
commit
d8d1bb83ed
3 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"glibc-locales"
|
||||
"git-lfs"
|
||||
"sshfs"
|
||||
"tokei"
|
||||
|
|
|
|||
4
.profile
4
.profile
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue