This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # TLDR: this is a basic configuration gist for htb academy: responsible for zsh, tmux | |
| # feel free to use it yourself, but try to make your own copy: this one might be changed ? | |
| # Use with curl -L <link> | bash | |
| # zsh <(curl -fsSL 'https://gist.githubusercontent.com/chatziiola/4960b0bd6d0f323c2d79432216cb8b87/raw/htbacad_setup.sh') | |
| echo "Creating zshrc" | |
| cat << 'END' > "$HOME/.zshrc" | |
| autoload -Uz compinit | |
| compinit -d ~/.cache/zcompdump |