added keyring
parent
3f10ea4f3f
commit
59f20313c2
13
.zshrc
13
.zshrc
|
|
@ -1,3 +1,4 @@
|
||||||
|
zstyle :omz:plugins:keychain agents gpg,ssh,git
|
||||||
GREPOUTPUT=$( grep --help 2>&1 )
|
GREPOUTPUT=$( grep --help 2>&1 )
|
||||||
RESULT=$( echo $GREPOUTPUT | grep gnu )
|
RESULT=$( echo $GREPOUTPUT | grep gnu )
|
||||||
if [ "${RESULT}" != "" ]; then
|
if [ "${RESULT}" != "" ]; then
|
||||||
|
|
@ -91,8 +92,9 @@ plugins=( git
|
||||||
timer
|
timer
|
||||||
sudo
|
sudo
|
||||||
taskwarrior
|
taskwarrior
|
||||||
|
keychain
|
||||||
|
gpg-agent
|
||||||
)
|
)
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# User configuration
|
# User configuration
|
||||||
|
|
@ -124,9 +126,7 @@ source $ZSH/oh-my-zsh.sh
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
fi
|
fi
|
||||||
if [ -z "${CONTAINER_ID}" ]; then
|
|
||||||
fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/resources/pin.txt
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
|
|
@ -237,3 +237,8 @@ export SUDO_EDITOR=/usr/bin/nvim
|
||||||
|
|
||||||
# Created by `pipx` on 2025-05-12 08:58:28
|
# Created by `pipx` on 2025-05-12 08:58:28
|
||||||
export PATH="$PATH:~/.local/bin"
|
export PATH="$PATH:~/.local/bin"
|
||||||
|
|
||||||
|
cls
|
||||||
|
if [ -z "${CONTAINER_ID}" ]; then
|
||||||
|
fastfetch --logo-color-1 red --logo-color-2 red --color red -l ~/Dotfiles/resources/pin.txt
|
||||||
|
fi
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo pacman -Syu zsh nvim curl pyright bash
|
sudo pacman -Syu zsh nvim curl pyright bash keyring
|
||||||
#cli dotfiles
|
#cli dotfiles
|
||||||
echo "Installing bash and zsh setting files"
|
echo "Installing bash and zsh setting files"
|
||||||
rm ~/.bashrc
|
rm ~/.bashrc
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue