Skip to content

Commit

Permalink
update sip
Browse files Browse the repository at this point in the history
  • Loading branch information
BosEriko committed Feb 13, 2020
1 parent 7c7ac6b commit 59e91da
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Expand Up @@ -8,6 +8,16 @@ git clone https://github.com/BosEriko/dotfiles.git ~/.dotfiles
~/.dotfiles/install/entry.sh ~/.dotfiles/install/entry.sh
``` ```


## Disable System Integiry Protection [[?](https://howtomacos.com/2019/11/01/disable-system-integrity-protection-in-macos-catalina/)]
It is not recommended to disable SIP but this is required to run [Yabai](http://github.com/koekeishiya/yabai) smoothly
- Restart your Mac, then hold down `Command + R` key combination to enter recovery mode
- Once it boots in, click on Terminal
- Type in the following command to turn off SIP completely
``` sh
csrutil disable
```
- Restart the system

## A few more steps ## A few more steps
Open [Karabiner-Elements](https://pqrs.org/osx/karabiner/) and enable the following complex modifications: Open [Karabiner-Elements](https://pqrs.org/osx/karabiner/) and enable the following complex modifications:
- [Change caps_lock to control if pressed with other keys, to escape if pressed alone.](https://pqrs.org/osx/karabiner/complex_modifications/#caps_lock) ([Open JSON](https://pqrs.org/osx/karabiner/complex_modifications/json/caps_lock.json)) - [Change caps_lock to control if pressed with other keys, to escape if pressed alone.](https://pqrs.org/osx/karabiner/complex_modifications/#caps_lock) ([Open JSON](https://pqrs.org/osx/karabiner/complex_modifications/json/caps_lock.json))
Expand All @@ -32,15 +42,6 @@ Close Accessibility's setting and then install [Dash](https://kapeli.com/dash) a


That's it! You can now open Hyper or VSCodium. That's it! You can now open Hyper or VSCodium.


## Disable System Integiry Protection [[?](https://howtomacos.com/2019/11/01/disable-system-integrity-protection-in-macos-catalina/)]
It is not recommended to disable SIP but this is required to run [Yabai](http://github.com/koekeishiya/yabai) smoothly
- Restart your Mac, then hold down `Command + R` key combination to enter recovery mode
- Once it boots in, click on Terminal
- Type in the following command to turn off SIP completely
``` sh
csrutil disable
```

## Note ## Note
I also have some [Chrome Extensions](markdown/chrome-extensions.md), [Apps](markdown/apps.md) and [Games](markdown/games.md) that I frequently use. I also have some [Chrome Extensions](markdown/chrome-extensions.md), [Apps](markdown/apps.md) and [Games](markdown/games.md) that I frequently use.


Expand Down

0 comments on commit 59e91da

Please sign in to comment.