added more stuff to nushell.
zoxide and starship are now optional, but fish is needed for completions.
This commit is contained in:
parent
586cae925d
commit
a0f578a204
9 changed files with 1284 additions and 36 deletions
|
@ -88,8 +88,8 @@ For telescope:
|
|||
* nvim ($EDITOR and $VISUAL is set to this)
|
||||
* less
|
||||
* fzf
|
||||
* optional: zoxide (nicer cd. mandatory for nushell)
|
||||
* optional: starship (nice prompt. mandatory for nushell)
|
||||
* optional: zoxide (nicer cd)
|
||||
* optional: starship (nice prompt)
|
||||
|
||||
Software used by aliases:
|
||||
* nvim
|
||||
|
@ -101,6 +101,10 @@ Software used by aliases:
|
|||
* libreoffice (for word to pdf conversions)
|
||||
* sshfs
|
||||
|
||||
### nushell
|
||||
|
||||
Nushell currently also needs fish installed for comlpletions.
|
||||
|
||||
### Paru
|
||||
uses yazi as a file explorer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue