WIP
fingerprint:
http://ubuntuguide.net/get-your-fingerprint-reader-to-work-on-ubuntu-using-fprint
oh my zsh: https://ohmyz.sh/
plugins=(
git
github
history
sublime
1password
vscode
zsh-autosuggestions
zsh-syntax-highlighting
fast-syntax-highlighting
)
source $ZSH/oh-my-zsh.sh
alias mkdir=take
alias myip="curl http://ipinfo.io/"
alias vpnup="sudo wg-quick up wg0"
alias vpndown="sudo wg-quick down wg0"
kubectl () {
command kubectl $*
if [[ -z $KUBECTL_COMPLETE ]]
then
source <(command kubectl completion zsh)
KUBECTL_COMPLETE=1
fi
}
echo $- | grep -q i 2>/dev/null && . /usr/share/liquidprompt/liquidprompt
source /etc/bash_completion.d/azure-cli
eval "$(op completion zsh)"; compdef _op op
zsh plugins:
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git \
${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting
https://github.com/nojhan/liquidprompt
https://tabby.sh/
https://www.ceos3c.com/linux/open-bitlocker-drive-linux/
https://averagelinuxuser.com/pop-os-after-install/
https://github.com/AdnanHodzic/displaylink-debian
https://github.com/boltgolt/howdy
/usr/bin/update:
sudo apt update
sudo apt -y upgrade
sudo apt -y dist-upgrade
sudo apt -y full-upgrade
sudo apt -y autoremove
sudo apt -y autoclean
sudo rm /var/cache/apt/archives/*.deb
sudo fwupdmgr get-devices
sudo fwupdmgr get-updates
sudo fwupdmgr update
flatpak update
sudo pop-upgrade recovery upgrade from-release