mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(console): hledger & various guix programs
This commit is contained in:
parent
82aca7bad4
commit
554c8b85eb
4 changed files with 15 additions and 2 deletions
4
.bashrc
4
.bashrc
|
|
@ -137,8 +137,8 @@ if [[ ! -z "$INIT_CONDA" ]]; then
|
|||
fi
|
||||
# Anaconda:1 ends here
|
||||
|
||||
# [[file:Console.org::*Starship prompt][Starship prompt:1]]
|
||||
# [[file:Console.org::*Starship][Starship:1]]
|
||||
if [[ -z "$SIMPLE" ]]; then
|
||||
eval "$(starship init bash)"
|
||||
fi
|
||||
# Starship prompt:1 ends here
|
||||
# Starship:1 ends here
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"git-lfs"
|
||||
"sshfs"
|
||||
"tokei"
|
||||
"jmtpfs"
|
||||
"unzip"
|
||||
"zip"
|
||||
"password-store"
|
||||
"p7zip"
|
||||
"fzf"
|
||||
|
|
|
|||
4
.profile
4
.profile
|
|
@ -7,6 +7,10 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
|||
export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc
|
||||
# Environment:2 ends here
|
||||
|
||||
# [[file:Console.org::*Environment][Environment:3]]
|
||||
export LEDGER_FILE=~/Documents/org-mode/ledger/ledger.journal
|
||||
# Environment:3 ends here
|
||||
|
||||
# [[file:Console.org::*My paths][My paths:1]]
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
export PATH="$HOME/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -61,6 +61,11 @@ Set ripgrep config path
|
|||
#+begin_src sh
|
||||
export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc
|
||||
#+end_src
|
||||
|
||||
hledger path
|
||||
#+begin_src sh
|
||||
export LEDGER_FILE=~/Documents/org-mode/ledger/ledger.journal
|
||||
#+end_src
|
||||
** My paths
|
||||
My script folders
|
||||
#+begin_src sh
|
||||
|
|
@ -842,10 +847,12 @@ key_bindings:
|
|||
| fzf | fuzzy finder |
|
||||
| p7zip | archiver |
|
||||
| password-store | CLI password manager |
|
||||
| zip | |
|
||||
| unzip | |
|
||||
| jmtpfs | A tool to mount MTP devices (e.g. Android) |
|
||||
| tokei | Count lines of code |
|
||||
| sshfs | Mount stuff over SSH |
|
||||
| git-lfs | |
|
||||
|
||||
** 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