thenoseman / zsh_config

My ZSH Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My ZSH Config

Configuration of GIT commiter

> cat ~/.gitcredentials
[user]
  name = "thenoseman"
  email = "some@example.com"

Essential settings

# Show task switcher on every display
defaults write com.apple.dock appswitcher-all-displays -bool true && killall Dock

MS Teams use virtualcam

sudo codesign --remove-signature "/Applications/Microsoft Teams.app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper.app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (GPU).app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Renderer).app"
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Plugin).app"

Links

Link from sync to $HOMEBREW_PREFIX/etc/wireguard

Link from sync to $HOMEBREW_PREFIX/etc/coredns/Corefile

Link amazon-shell-tools.sh from sync to zsh_config/home/.zsh/private

Create and fill zsh_config/home/.zsh/private/export.sh

About

My ZSH Config


Languages

Language:Shell 52.1%Language:Lua 22.0%Language:Python 13.0%Language:C 6.2%Language:HTML 3.2%Language:Perl 1.4%Language:HCL 1.0%Language:Ruby 0.8%Language:JavaScript 0.3%