small changes
small changes
This commit is contained in:
parent
493cd46332
commit
250ce36aed
7 changed files with 22 additions and 5 deletions
|
@ -42,6 +42,7 @@ alias \
|
|||
|
||||
# Misc.
|
||||
alias \
|
||||
subpush="git push --recurse-submodules=on-demand" \
|
||||
ref="shortcuts >/dev/null; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc ; source ${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" \
|
||||
weath="less -S ${XDG_CACHE_HOME:-$HOME/.cache}/weatherreport" \
|
||||
remvirt="virt-manager -c 'qemu+ssh://luca@192.168.178.200/system'" \
|
||||
|
|
|
@ -9,7 +9,7 @@ source ${ZDOTDIR:-$HOME}/.kubernetesrc_ansible
|
|||
PS1="%B%F{blue}%n%F{cyan}@%F{blue}%m %F{magenta}[%f%3~%F{magenta}] %(?.%F{green}.%F{red})»%f%b "
|
||||
RPS1="%(?..%F{red}%?)"
|
||||
stty stop undef # Disable ctrl-s to freeze terminal.
|
||||
setopt HIST_IGNORE_ALL_DUPS HIST_REDUCE_BLANKS HIST_VERIFY BANG_HIST interactive_comments autocd
|
||||
setopt HIST_IGNORE_ALL_DUPS HIST_REDUCE_BLANKS HIST_VERIFY BANG_HIST interactive_comments autocd noflowcontrol longlistjobs nonomatch notify hash_list_all share_history histignorespace
|
||||
|
||||
# History in cache directory:
|
||||
HISTSIZE=10000000
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
||||
defaultPref("identity.fxaccounts.enabled", true);
|
||||
defaultPref("middlemouse.paste", false);
|
||||
defaultPref("general.autoScroll", true);
|
||||
|
|
|
@ -23,6 +23,7 @@ echo
|
|||
|
||||
echo "${BLUE}Pulling updates from dotfiles repo...${NC}"
|
||||
git pull origin main
|
||||
git submodule update --remote --recursive --init
|
||||
echo
|
||||
|
||||
if [ $needs_pop -eq 1 ]; then
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5521b083f8979ad40be2137d7a46bfa51c8d666a
|
||||
Subproject commit 371591a7b6f0f3c9501c52a7b566addbfd804d09
|
|
@ -1 +1 @@
|
|||
Subproject commit 44e024ba6d8d2197a2d1a56937e9931c8a046c55
|
||||
Subproject commit 188d00b5e11570f2ba80f47dd2908833ccf473e7
|
18
TODO
18
TODO
|
@ -1,2 +1,18 @@
|
|||
TODO: https://sw.kovidgoyal.net/kitty/kittens/panel/
|
||||
TODO: Create a better bitwarden integration
|
||||
TODO: Separate ZSH config like so: https://github.com/thoughtbot/dotfiles
|
||||
TODO: Look into using ansible for dotfiles: https://github.com/Addvilz/dots
|
||||
TODO: Validate directory structure: https://wiki.archlinux.org/title/XDG_Base_Directory https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard
|
||||
TODO: Look into the following plugins:
|
||||
https://github.com/sparsick/ansible-zsh
|
||||
https://github.com/se-jaeger/zsh-activate-py-environment
|
||||
https://github.com/MichaelAquilina/zsh-autoswitch-virtualenv
|
||||
https://github.com/Junker/zsh-archlinux
|
||||
https://github.com/Michaelwmx/zsh-ask
|
||||
https://github.com/kalsowerus/zsh-bitwarden
|
||||
https://github.com/Game4Move78/zsh-bitwarden
|
||||
https://github.com/begris/bw-zsh-plugin
|
||||
https://github.com/ytet5uy4/fzf-widgets
|
||||
https://github.com/hcgraf/zsh-sudo
|
||||
https://github.com/GuilleDF/zsh-ubuntualiases
|
||||
|
||||
TODO: keep looking into this: https://github.com/unixorn/awesome-zsh-plugins#completions
|
||||
|
|
Loading…
Add table
Reference in a new issue