Skip to content

rastislavcore/xcore-zsh_aliases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

XCORE Zsh Aliases

For wealth and prosperity of the population.

Requirements

OS

  • Linux
    • Ubuntu
  • macOS
    • Catalina
    • Big Sur
    • Sonoma

Applications

Installation

Add aliases (skip if added)

Add aliases link to .zshrc file.

sudo nano ~/.zshrc

Add the following instructions at the end of the file.

if [ -f ~/.zsh_aliases ]; then
  . ~/.zsh_aliases
fi

Run command

Please, make attention that your current ~/.zsh_aliases will be modified.

Linux

Using Wget:

wget https://raw.githubusercontent.com/raisty/xcore-zsh_aliases/master/.zsh_aliases-linux -nc --no-dns-cache -O ->> ~/.zsh_aliases

or cURL:

curl -sS https://raw.githubusercontent.com/raisty/xcore-zsh_aliases/master/.zsh_aliases-linux >> ~/.zsh_aliases

macOS

Using Wget:

wget https://raw.githubusercontent.com/raisty/xcore-zsh_aliases/master/.zsh_aliases-darwin -nc --no-dns-cache -O ->> ~/.zsh_aliases

or cURL:

curl -sS https://raw.githubusercontent.com/raisty/xcore-zsh_aliases/master/.zsh_aliases-darwin >> ~/.zsh_aliases

Contribution

Feel free to distribute, copy, contribute, comment, change the content. Fork and comments welcome.

Disclaimer

Use at your own risk. This tool can modify your .zsh_aliases file. Backup is recommended.

Privoxy

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

License

WTFPL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published