Skip to content
forked from jhkuperus/dotfiles

Personal dotfiles containing configuration of various tools

Notifications You must be signed in to change notification settings

hugdru/dotfiles

This branch is 4 commits behind jhkuperus/dotfiles:main.

Folders and files

NameName
Last commit message
Last commit date
Jun 6, 2024
Jun 19, 2024
Aug 18, 2021
Sep 30, 2024
Apr 30, 2019
Mar 30, 2022
Jun 26, 2022
Jun 7, 2024
Nov 14, 2022
Jun 7, 2024
May 15, 2019
Nov 14, 2022
Jun 7, 2024

Repository files navigation

Contains all my dotfiles 🍩 😇

Use install.sh to automatically setup all of these files in your homedir.

Credits: installer was inspired by jqno's dotfiles (https://github.com/jqno/dotfiles)

Ideas yet to make

  • Distraction Free mode (block all but active screen)
  • tomato timer

Things to do

  • Add Brewfile to install my Brew-apps
    • Add LuLu to Brewfile
      • Add Bartender
      • Add Oversigh

Import Procedures to Remember

This section contains some tricks I found around the internet and want to keep around.

Disable SIP

  1. Reboot into Recovery mode (Hold ⌘-R)
  2. Open Terminal
  3. Execute csrutil disable
  4. Reboot

Enable SIP

  1. Reboot into Recovery mode (Hold ⌘-R)
  2. Open Terminal
  3. Execute csrutil enable
  4. Reboot

Disable Automatic Gamma Correction

  1. Disable SIP
  2. Disable "Auto Brightness" (Preferences -> Displays)
  3. cd /System/Library/PrivateFrameworks/AmbientDisplay.framework/Versions/A/XPCServices/com.apple.AmbientDisplayAgent.xpc/Contents/MacOS/
  4. mv com.apple.AmbientDisplayAgent _com.apple.AmbientDisplayAgent
  5. Enable SIP and reboot
  6. Enable "Auto Brightness"

About

Personal dotfiles containing configuration of various tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 78.7%
  • Lua 18.8%
  • Vim Script 1.3%
  • Ruby 1.2%