mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +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
|
fi
|
||||||
# Anaconda:1 ends here
|
# Anaconda:1 ends here
|
||||||
|
|
||||||
# [[file:Console.org::*Starship prompt][Starship prompt:1]]
|
# [[file:Console.org::*Starship][Starship:1]]
|
||||||
if [[ -z "$SIMPLE" ]]; then
|
if [[ -z "$SIMPLE" ]]; then
|
||||||
eval "$(starship init bash)"
|
eval "$(starship init bash)"
|
||||||
fi
|
fi
|
||||||
# Starship prompt:1 ends here
|
# Starship:1 ends here
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,11 @@
|
||||||
(specifications->manifest
|
(specifications->manifest
|
||||||
'(
|
'(
|
||||||
|
"git-lfs"
|
||||||
"sshfs"
|
"sshfs"
|
||||||
"tokei"
|
"tokei"
|
||||||
"jmtpfs"
|
"jmtpfs"
|
||||||
"unzip"
|
"unzip"
|
||||||
|
"zip"
|
||||||
"password-store"
|
"password-store"
|
||||||
"p7zip"
|
"p7zip"
|
||||||
"fzf"
|
"fzf"
|
||||||
|
|
|
||||||
4
.profile
4
.profile
|
|
@ -7,6 +7,10 @@ export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
||||||
export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc
|
export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc
|
||||||
# Environment:2 ends here
|
# 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]]
|
# [[file:Console.org::*My paths][My paths:1]]
|
||||||
if [ -d "$HOME/bin" ] ; then
|
if [ -d "$HOME/bin" ] ; then
|
||||||
export PATH="$HOME/bin:$PATH"
|
export PATH="$HOME/bin:$PATH"
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,11 @@ Set ripgrep config path
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc
|
export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
hledger path
|
||||||
|
#+begin_src sh
|
||||||
|
export LEDGER_FILE=~/Documents/org-mode/ledger/ledger.journal
|
||||||
|
#+end_src
|
||||||
** My paths
|
** My paths
|
||||||
My script folders
|
My script folders
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
|
|
@ -842,10 +847,12 @@ key_bindings:
|
||||||
| fzf | fuzzy finder |
|
| fzf | fuzzy finder |
|
||||||
| p7zip | archiver |
|
| p7zip | archiver |
|
||||||
| password-store | CLI password manager |
|
| password-store | CLI password manager |
|
||||||
|
| zip | |
|
||||||
| unzip | |
|
| unzip | |
|
||||||
| jmtpfs | A tool to mount MTP devices (e.g. Android) |
|
| jmtpfs | A tool to mount MTP devices (e.g. Android) |
|
||||||
| tokei | Count lines of code |
|
| tokei | Count lines of code |
|
||||||
| sshfs | Mount stuff over SSH |
|
| sshfs | Mount stuff over SSH |
|
||||||
|
| git-lfs | |
|
||||||
|
|
||||||
** 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