517 lines
8.9 KiB
Plaintext
517 lines
8.9 KiB
Plaintext
y
|
|
yazi
|
|
y
|
|
yazi
|
|
exit
|
|
y
|
|
yazi
|
|
tn
|
|
y
|
|
yazi
|
|
lt
|
|
ltree
|
|
ls
|
|
cld
|
|
exit
|
|
ffcbmp
|
|
y
|
|
exit
|
|
nu
|
|
exit
|
|
nu
|
|
ls
|
|
ltree
|
|
ripp
|
|
ripp 'radiohead'
|
|
ffcbmp
|
|
ffcmp
|
|
y
|
|
ltree
|
|
y
|
|
cl
|
|
exit
|
|
nu
|
|
exit
|
|
nu
|
|
y
|
|
$env.config.buffer_editor = <neovim>
|
|
$env.config.buffer_editor = <nvim>
|
|
$env.config.buffer_editor = neovim
|
|
$env.config.buffer_editor = nvim
|
|
$env.config.buffer_editor = "neovim"
|
|
config nu --doc | nu-highlight | less -R
|
|
vpnr
|
|
nmst
|
|
nmwi
|
|
vpnr
|
|
ys starship
|
|
starship
|
|
starship config
|
|
mkdir -p ~/.config/starship && touch ~/.config/starship/starship.toml
|
|
mkdir -p ~/.config/starship ; touch ~/.config/starship/starship.toml
|
|
mkdir ~/.config/starship ; touch ~/.config/starship/starship.toml
|
|
y
|
|
which starhip
|
|
starship --version
|
|
y
|
|
exit
|
|
$nu.config-path
|
|
ys nushell-bin-0.96.0
|
|
ys nushell-bin-0.96
|
|
exit
|
|
cd dotfiles
|
|
y
|
|
cd dotfiles
|
|
exit
|
|
cd dotfiles
|
|
cd
|
|
exit
|
|
cd dotfiles
|
|
starship config
|
|
y
|
|
which starhip
|
|
where starhip.conf
|
|
where starhip.toml
|
|
starship config
|
|
q
|
|
cd
|
|
cd podman
|
|
cd arr_stack/config/lidarr/
|
|
cd arr_stack/
|
|
cd ..
|
|
cd essentials_stack/data/movies/
|
|
cd
|
|
cd programming/
|
|
cd
|
|
cd podman/
|
|
cd dot
|
|
cd
|
|
cd dotfiles/
|
|
cd nvim/.config/nvim/lua/plugins/catppuccin.lua
|
|
cd nvim/.config/nvim/lua/plugins
|
|
exit
|
|
y
|
|
cd dotfiles/
|
|
cd programming/
|
|
cd
|
|
cd programming/
|
|
sudo pacman -S ttf-nerd-fonts-symbols
|
|
exit
|
|
cd programming/
|
|
starship config
|
|
cd
|
|
ys ttf-firecode-nerd
|
|
ys ttf-firacode
|
|
y
|
|
cd programming/
|
|
y
|
|
cd programming/
|
|
y
|
|
exit
|
|
cd programming/
|
|
config reset
|
|
exit
|
|
cd programming/
|
|
starship preset nerd-font-symbols -o ~/.config/starship.toml
|
|
starship config
|
|
exit
|
|
cd programming/
|
|
exit
|
|
cd programming/
|
|
exi
|
|
exit
|
|
cd programming/
|
|
y
|
|
exit
|
|
cd programming/
|
|
starship config
|
|
cd
|
|
cd dotfiles/nvim/.config/nvim/lua/plugins/
|
|
cd
|
|
cd podman
|
|
cd arr_stack/
|
|
cd config/radarr/
|
|
cd config/
|
|
cd config
|
|
cd ..
|
|
cd
|
|
cd dotfiles/
|
|
cd ~/.config/lazygit/
|
|
cd
|
|
cd Downloads/lebara.pdf
|
|
starship config
|
|
exit
|
|
cd dotfiles/
|
|
exit
|
|
cd dotfiles/
|
|
exit
|
|
cd dotfiles/
|
|
exit
|
|
cd dotfiles/
|
|
cd
|
|
cd dotfiles/
|
|
exit
|
|
test
|
|
cd dotfiles
|
|
cd Downloads/lebara.pdf
|
|
cd Downloads
|
|
cd
|
|
cd Downloads/
|
|
cd
|
|
cd programming/
|
|
y
|
|
cd dotfiles
|
|
cd
|
|
cd programming/
|
|
ys carapace-bin
|
|
y
|
|
which carapace
|
|
cd scripts
|
|
fzf
|
|
ys carapace-bin
|
|
starship config
|
|
rebo
|
|
reboot
|
|
cd programming/
|
|
cd
|
|
y
|
|
yazi
|
|
exit
|
|
nu
|
|
exit
|
|
cd
|
|
ys protonmail
|
|
y
|
|
let carapace_completer = {|spans|<\n> carapace $spans.0 nushell ...$spans | from json<\n>}
|
|
let fish_completer = {|spans|<\n> fish --command $'complete "--do-complete=($spans | str join " ")"'<\n> | from tsv --flexible --noheaders --no-infer<\n> | rename value description<\n> | update value {<\n> if ($in | path exists) {$'"($in | str replace "\"" "\\\"" )"'} else {$in}<\n> }<\n>}
|
|
fzf
|
|
exit
|
|
ls | get name | str join "\n" | fzf
|
|
$env.config.completions.algorithm = "Fuzzy"
|
|
cd StreamripDownloads/
|
|
cd
|
|
# I found the code below here: https://discord.com/channels/601130461678272522/615253963645911060/1209827461496569876<\n>$env.config.keybindings ++= [<\n> {<\n> name: fzf_files<\n> modifier: control<\n> keycode: char_t<\n> mode: [emacs, vi_normal, vi_insert]<\n> event: [<\n> {<\n> send: executehostcommand<\n> cmd: "<\n> let fzf_ctrl_t_command = \"fd --type=file | fzf --preview 'bat --color=always --style=full --line-range=:500 {}'\";<\n> let result = nu -c $fzf_ctrl_t_command;<\n> commandline edit --append $result;<\n> commandline set-cursor --end<\n> "<\n> }<\n> ]<\n> }<\n>]
|
|
let $config_path = $env.XDG_CONFIG_HOME? | default '~/.config' | path join broot select.toml<\n>mkdir ($config_path | path dirname) <\n><\n>{<\n> verbs: [<\n> [invocation, key, leave_broot, execution, apply_to];<\n> [ok, enter, true, ":print_path", file ],<\n> [ok, alt-enter, true, ":print_path", any ]<\n> ]<\n>} | save -f $config_path
|
|
exit
|
|
ls | get name | str join "\n" | fzf
|
|
ls
|
|
exit
|
|
nu
|
|
cld
|
|
y
|
|
cld
|
|
cd pod
|
|
exit
|
|
ls | get name | str join "\n" | fzf
|
|
ls Downloads/
|
|
exit
|
|
ls podman/
|
|
ls podman/arr_stack/
|
|
lt podman/essentials_stack/
|
|
ls podman/essentials_stack/
|
|
ls podman/essentials_stack/data/tv/
|
|
ls `podman/essentials_stack/data/tv/The Last of Us/`
|
|
exit
|
|
ls podman/essentials_stack/
|
|
exit
|
|
ls Downloads/
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/config.nu
|
|
cld
|
|
exit
|
|
eit
|
|
exit
|
|
exir
|
|
exit
|
|
cd programming/
|
|
cld
|
|
cd
|
|
cd podman/
|
|
cl
|
|
cd
|
|
cl
|
|
$env.GIT_DISCOVERY_ACROSS_FILESYSTEM = "1" # Allows Git to check parent dirs
|
|
$env.GIT_DISCOVERY_ACROSS_FILESYSTEM = "1"
|
|
cl
|
|
cd
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/config.nu
|
|
exit
|
|
nvim ~/.config/nushell/config.nu
|
|
git init
|
|
exit
|
|
source ~/.config/nushell/config.nu
|
|
exit
|
|
source ~/.config/nushell/config.nu
|
|
exit
|
|
source ~/.config/nushell/config.nu
|
|
do -i { git status } | ignore
|
|
exit
|
|
git status 2> /dev/null
|
|
exit
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/config.nu
|
|
exit
|
|
ls Downloads/
|
|
cl
|
|
clear
|
|
exit
|
|
source ~/.config/nushell/config.nu
|
|
ls
|
|
clear
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/config.nu
|
|
exit
|
|
source ~/.config/nushell/config.nu
|
|
exir
|
|
exit
|
|
source ~/.config/nushell/config.nu
|
|
exit
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/config.nu
|
|
carapace _carapace nushell
|
|
nvim ~/.config/nushell/env.nu
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/config.nu
|
|
exit
|
|
nvim ~/.config/nushell/env.nu
|
|
exit
|
|
carapace --run nu
|
|
--packages nushell carapace --run nu
|
|
bash --packages nushell carapace --run nu
|
|
exit
|
|
cd dotfiles
|
|
nvim ~/.config/nushell/env.nu
|
|
source ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/env.nu
|
|
exit
|
|
carapace paru
|
|
carapace --init
|
|
carapace --help
|
|
carapace --run
|
|
carapace --run --help
|
|
carapace --run -h
|
|
carapace --run paru
|
|
carapace -h
|
|
carapace chmod nushell
|
|
carapace -h
|
|
carapace --run nushell
|
|
carapace nushell
|
|
carpace -h
|
|
carapace -h
|
|
carapace _carapace nushell
|
|
cd podman/monitoring_stack/data/influxdb
|
|
cd podman/monitoring_stack/data/influxdb/
|
|
carapace --makros
|
|
carapace --macro
|
|
cd dotfiles/
|
|
git status --
|
|
cd
|
|
nvim ~/.config/nushell/env.nu
|
|
bat ~/.config/nushell/env.nu
|
|
nvim ~/.config/nushell/env.nu
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/env.nu
|
|
source ~/.config/nushell/config.nu
|
|
exit
|
|
cld
|
|
exit
|
|
ls programming/
|
|
ls programming/Algo/
|
|
lt podman/essentials_stack/
|
|
ls Downloads/
|
|
exit
|
|
ls Downloads/
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/config.nu
|
|
ls Downloads/
|
|
exit
|
|
ls Downloads/
|
|
lt podman/essentials_stack/
|
|
exit
|
|
cld
|
|
source ~/.config/nushell/config.nu
|
|
exit
|
|
test
|
|
cld
|
|
exit
|
|
ys
|
|
cld
|
|
duaa
|
|
dfh
|
|
duf
|
|
cld
|
|
exit
|
|
ls ~/.config/hypr/
|
|
ls ~/.config/hypr/hypridle.conf
|
|
bat ~/.config/hypr/hypridle.conf
|
|
cat ~/.config/hypr/hypridle.conf
|
|
exit
|
|
fzf
|
|
source ~/.config/nushell/env.nu
|
|
fzf
|
|
cld
|
|
exit
|
|
bat ~/.ssh/id_ed25519.pub
|
|
exit
|
|
ls ~/.config
|
|
exit
|
|
y
|
|
yazi
|
|
cd ~/.config/nushell
|
|
ls
|
|
nvim config.nu
|
|
touch config-om.nu
|
|
nvim config-om.nu
|
|
exit
|
|
y
|
|
yazi
|
|
ls
|
|
q
|
|
cd ~/.config/nushell
|
|
touch om.env
|
|
nvim om.env
|
|
exit
|
|
cd ~/.config/nushell
|
|
nvim config-om.nu
|
|
exit
|
|
y
|
|
yazi
|
|
exit
|
|
y
|
|
yazi
|
|
exit
|
|
nvim ~/.config/nushell/config-om.nu
|
|
nvim ~/.config/nushell/config.nu
|
|
cd ~/.config/nushell
|
|
touch .alias.nu
|
|
nvim ~/.config/nushell/config.nu
|
|
nvim .alias.nu
|
|
y
|
|
yazi
|
|
y
|
|
yazi
|
|
y
|
|
exit
|
|
y
|
|
yazi
|
|
nvim ~/.config/nushell/config-om.nu
|
|
nvim ~/.config/nushell/.alias.nu
|
|
exit
|
|
y
|
|
gcc
|
|
n
|
|
nvim ~/.config/nushell/config.nu
|
|
exit
|
|
y
|
|
yazi
|
|
n
|
|
y
|
|
yazi
|
|
nvim .alias.nu
|
|
y
|
|
yazi
|
|
nvim ~/.config/nushell/.alias.nu
|
|
nv
|
|
mv
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/.alias.nu
|
|
exit
|
|
y
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/.alias.nu
|
|
exit
|
|
y
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/.alias.nu
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/.alias.nu
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/.alias.nu
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/config.nu
|
|
exit
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/config.nu
|
|
source ~/.config/nushell/config.nu
|
|
exit
|
|
y
|
|
n
|
|
ls dotfiles/
|
|
nvim ~/.config/nushell/.alias.nu
|
|
exit
|
|
source ~/.config/nushell/config.nu
|
|
cld
|
|
cd dotfiles/
|
|
cld
|
|
nvim ~/.config/nushell/.alias.nu
|
|
exit
|
|
cld
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/.alias.nu
|
|
exit
|
|
source ~/.config/nushell/config.nu
|
|
nvim ~/.config/nushell/.alias.nu
|
|
source ~/.config/nushell/config.nu
|
|
cd ~/.config/nushell
|
|
cld
|
|
cd
|
|
nvim ~/.config/nushell/.alias.nu
|
|
source ~/.config/nushell/config.nu
|
|
cd ~/.config/nushell
|
|
cld
|
|
nvim ~/.config/nushell/.alias.nu
|
|
source ~/.config/nushell/config.nu
|
|
cd ~/.config/nushell
|
|
cld
|
|
exit
|
|
cd ~/.config/nushell
|
|
cd
|
|
cd ~/.config/nushell
|
|
cld
|
|
y
|
|
eix
|
|
exit
|
|
y
|
|
source ~/.config/nushell/config.nu
|
|
cd ~/.config/nushell
|
|
cld
|
|
y
|
|
source ~/.config/nushell/config.nu
|
|
cd ~/.config/nushell
|
|
cld
|
|
y
|
|
exit
|
|
cd ~/.config/nushell
|
|
cld
|
|
cd
|
|
cd ~/.config/nushell
|
|
y
|
|
source ~/.config/nushell/config.nu
|
|
cd ~/.config/nushell
|
|
cld
|
|
y
|
|
source ~/.config/nushell/config.nu
|
|
cd ~/.config/nushell
|
|
cld
|
|
y
|
|
source ~/.config/nushell/.alias.nu
|
|
n ~/.config/nushell/.alias.nu
|
|
source ~/.config/nushell/.alias.nu
|
|
n
|
|
cld
|
|
exit
|
|
ls dotfiles
|
|
cld
|
|
ls -la ~/dotfiles/
|
|
ls ~/dotfiles/
|
|
exit
|