Code Monkey home page Code Monkey logo

zsh_config's Introduction

My ZSH Config

Configuration of GIT commiter

> cat ~/.gitcredentials
[user]
  name = "thenoseman"
  email = "[email protected]"

Essential settings

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

# Change the whitespace settings value for icons in the menubar
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 6
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 6

# Do not auto-boot when lid is opened (Original value: %03)
# See https://osxdaily.com/2017/01/19/disable-boot-on-open-lid-macbook-pro/
sudo nvram AutoBoot=%00

# YMMV: Disable boot sound
sudo nvram StartupMute=%01

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"

Todos fresh install

Install InconsolataGo Nerd Font Complete Mono.ttf from zsh_config/home/extars/fonts.

Execute relink.

Execute update_all

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

colima start -c 4 -d 80 -m 4 -t "vz" --vz-rosetta

Tool notes

zsh_config/home/.zsh/tools contains diverse tools like:

  • aws-vault-generate-binstubs.sh: Generates binstubs that wrap tools dependent on a AWS environment/credentials in aws-vault. Also allows to override the binary that is actually executed with aws-vault.
  • exif-renamer: Renames all images/videos in the directory and creates/sorts them to a nixe directory structure.
  • execute_maximized executes a command in a maximized iterm2 window

zsh_config's People

Contributors

fschumacher-tef avatar thenoseman avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

drdent thilko floj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.