installed systeroids and logo-ls
This commit is contained in:
parent
829956db8a
commit
ed0cf69e06
4 changed files with 13 additions and 2 deletions
1
aliases
1
aliases
|
|
@ -1,6 +1,7 @@
|
||||||
#Custom Aliases
|
#Custom Aliases
|
||||||
alias more="less"
|
alias more="less"
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
|
alias lls="logo-ls"
|
||||||
alias grep='grep --colour=auto'
|
alias grep='grep --colour=auto'
|
||||||
alias egrep='egrep --colour=auto'
|
alias egrep='egrep --colour=auto'
|
||||||
alias fgrep='fgrep --colour=auto'
|
alias fgrep='fgrep --colour=auto'
|
||||||
|
|
|
||||||
|
|
@ -181,6 +181,9 @@ export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin:/home/
|
||||||
export GREP_COLORS='ms=01;34'
|
export GREP_COLORS='ms=01;34'
|
||||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||||
|
|
||||||
|
# icons-in-terminal
|
||||||
|
source ~/.local/share/icons-in-terminal/icons_bash.sh
|
||||||
|
|
||||||
# BEGIN_KITTY_SHELL_INTEGRATION
|
# BEGIN_KITTY_SHELL_INTEGRATION
|
||||||
if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi
|
if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi
|
||||||
# END_KITTY_SHELL_INTEGRATION
|
# END_KITTY_SHELL_INTEGRATION
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@ add notation about using pick to parse through output, and pipe that using xargs
|
||||||
example:
|
example:
|
||||||
ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick)
|
ls | pick | xargs bat # will give you a choice of the files from ls, pick displays a menu to "pick" the file, which then is parsed to xargs bat (invokes bat on choice from ls | pick)
|
||||||
|
|
||||||
Install pick:
|
Install systeroid:
|
||||||
|
|
||||||
paru pick (choose 1)
|
doas pacman -S systeroid
|
||||||
|
|
||||||
|
Install logo-ls
|
||||||
|
|
||||||
|
paru logo-ls
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,9 @@ zstyle ':autocomplete:*' min-input 1
|
||||||
source ~/.zsh/zsh-autocomplete/zsh-autocomplete.plugin.zsh
|
source ~/.zsh/zsh-autocomplete/zsh-autocomplete.plugin.zsh
|
||||||
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||||
|
|
||||||
|
# icons-in-terminal Integration
|
||||||
|
source ~/.local/share/icons-in-terminal/icons_bash.sh
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
autoload -Uz colors && colors
|
autoload -Uz colors && colors
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue