For wealth and prosperity of the population.
- Linux
- Ubuntu
- macOS
- Catalina
- Big Sur
- Sonoma
- Zsh
- git (optional)
- Oh My Zsh (optional)
- Tor (optional)
- TorGhostNG (optional)
- Privoxy (good to have with Tor)
Add aliases link to
.zshrcfile.
sudo nano ~/.zshrcAdd the following instructions at the end of the file.
if [ -f ~/.zsh_aliases ]; then
. ~/.zsh_aliases
fiPlease, make attention that your current
~/.zsh_aliaseswill be modified.
Using Wget:
wget https://raw.githubusercontent.com/raisty/xcore-zsh_aliases/master/.zsh_aliases-linux -nc --no-dns-cache -O ->> ~/.zsh_aliasesor cURL:
curl -sS https://raw.githubusercontent.com/raisty/xcore-zsh_aliases/master/.zsh_aliases-linux >> ~/.zsh_aliasesUsing Wget:
wget https://raw.githubusercontent.com/raisty/xcore-zsh_aliases/master/.zsh_aliases-darwin -nc --no-dns-cache -O ->> ~/.zsh_aliasesor cURL:
curl -sS https://raw.githubusercontent.com/raisty/xcore-zsh_aliases/master/.zsh_aliases-darwin >> ~/.zsh_aliasesFeel free to distribute, copy, contribute, comment, change the content. Fork and comments welcome.
Use at your own risk. This tool can modify your .zsh_aliases file. Backup is recommended.
Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. Privoxy has a flexible configuration and can be customized to suit individual needs and tastes. It has applications for both stand-alone systems and multi-user networks.
Config for your computer proxy:
Socks Host: localhost 9050