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
|
(specifications->manifest
|
||||||
'(
|
'(
|
||||||
|
"glibc-locales"
|
||||||
"git-lfs"
|
"git-lfs"
|
||||||
"sshfs"
|
"sshfs"
|
||||||
"tokei"
|
"tokei"
|
||||||
|
|
|
||||||
4
.profile
4
.profile
|
|
@ -41,6 +41,10 @@ export JUPYTER_CONFIG_DIR=$HOME/.config/jupyter
|
||||||
export GUIX_PACKAGE_PATH=~/guix-packages
|
export GUIX_PACKAGE_PATH=~/guix-packages
|
||||||
# Guix settings:3 ends here
|
# 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]]
|
# [[file:Console.org::*Other package managers][Other package managers:1]]
|
||||||
if [ -d "$HOME/.cask" ]; then
|
if [ -d "$HOME/.cask" ]; then
|
||||||
export PATH="/home/pavel/.cask/bin:$PATH"
|
export PATH="/home/pavel/.cask/bin:$PATH"
|
||||||
|
|
|
||||||
|
|
@ -102,6 +102,11 @@ Set a folder for my packages.
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
export GUIX_PACKAGE_PATH=~/guix-packages
|
export GUIX_PACKAGE_PATH=~/guix-packages
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Locale settings
|
||||||
|
#+begin_src sh
|
||||||
|
export GUIX_LOCPATH=$HOME/.guix-extra-profiles/console/console/lib/locale
|
||||||
|
#+end_src
|
||||||
** Other package managers
|
** Other package managers
|
||||||
Using other package managers with Guix requires some extra work.
|
Using other package managers with Guix requires some extra work.
|
||||||
|
|
||||||
|
|
@ -853,6 +858,7 @@ key_bindings:
|
||||||
| tokei | Count lines of code |
|
| tokei | Count lines of code |
|
||||||
| sshfs | Mount stuff over SSH |
|
| sshfs | Mount stuff over SSH |
|
||||||
| git-lfs | |
|
| git-lfs | |
|
||||||
|
| glibc-locales | |
|
||||||
|
|
||||||
** ripgrep config
|
** 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.
|
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