1. install
brew install tor
brew install privoxy
2. copy and modify config file
| #!/bin/bash | |
| # This script is intended to make switching between laptop and external displays easier when using i3+dmenu | |
| # To run this script, map it to some shortcut in your i3 config, e.g: | |
| # bindsym $mod+p exec --no-startup-id $config/display.sh |
| #!/bin/bash | |
| script="myscript" | |
| #Declare the number of mandatory args | |
| margs=2 | |
| # Common functions - BEGIN | |
| function example { | |
| echo -e "example: $script -m0 VAL -m1 VAL -o1 -o2 VAL" | |
| } |
1. install
brew install tor
brew install privoxy
2. copy and modify config file