Improve configs
This commit is contained in:
parent
f3e91cd9dc
commit
6c16a85be2
8 changed files with 10 additions and 7 deletions
|
@ -36,7 +36,7 @@ alias ip='ip -c'
|
|||
|
||||
alias j='jump'
|
||||
|
||||
alias keepass-unlock='(pkill keepassxc; pass notes/keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx)'
|
||||
alias keepass-unlock='(pkill keepassxc; pass keepass | head -n 1 | keepassxc --pw-stdin ~/sync/passwords.kdbx) & disown'
|
||||
|
||||
alias less='less -FS -x4'
|
||||
alias ls='ls -lFh --color=auto'
|
||||
|
|
|
@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
conky.config = {
|
||||
alignment = 'top_left',
|
||||
background = true,
|
||||
background = false,
|
||||
border_width = 1,
|
||||
cpu_avg_samples = 2,
|
||||
default_color = 'white',
|
||||
|
|
|
@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
conky.config = {
|
||||
alignment = 'top_left',
|
||||
background = true,
|
||||
background = false,
|
||||
border_width = 1,
|
||||
cpu_avg_samples = 2,
|
||||
default_color = 'white',
|
||||
|
|
|
@ -26,7 +26,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
conky.config = {
|
||||
alignment = 'top_left',
|
||||
background = true,
|
||||
background = false,
|
||||
border_width = 1,
|
||||
cpu_avg_samples = 2,
|
||||
default_color = 'white',
|
||||
|
|
|
@ -73,6 +73,9 @@ plugin_path="$ZSH_CUSTOM/plugins"
|
|||
autoinstall git \
|
||||
"https://github.com/zsh-users/zsh-syntax-highlighting.git" \
|
||||
"$plugin_path/zsh-syntax-highlighting"
|
||||
autoinstall git \
|
||||
"https://github.com/spwhitt/nix-zsh-completions.git" \
|
||||
"$plugin_path/nix-zsh-completions"
|
||||
autoinstall file \
|
||||
"https://gist.githubusercontent.com/oshybystyi/475ee7768efc03727f21/raw/4bfd57ef277f5166f3070f11800548b95a501a19/git-auto-status.plugin.zsh" \
|
||||
"$plugin_path/git-auto-status/git-auto-status.plugin.zsh"
|
||||
|
@ -95,6 +98,7 @@ plugins=(
|
|||
'git-auto-status'
|
||||
'jump'
|
||||
'laravel5'
|
||||
'nix-zsh-completions'
|
||||
'rust'
|
||||
'safe-paste'
|
||||
'sudo'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue