Packages to install on TryHackMe.com machines
I made this bash script to fast install some packages to Ubuntu & Kali machines on TryHackMe.com.
This is an ongoing project, I will keep updating the script for my personal usage. You are welcome to copy and distribute it.
https://github.com/Century300/tryhackme
https://github.com/Century300/tryhackme2
I used these scripts to install oh-my-zsh, my .zshrc configuration, powerlevel10k theme, and other useful packages to the Ubuntu & Kali (Linux) machines on TryHackMe.com, I have not tested the scripts with other machines yet.
My .zshrc configuration:
- Theme: powerlevel10k/powerlevel10k (The scripts automatically installed the powerlevel10k official fonts MesloLGS, but you would need to manually change the font to MesloLGS Regular in your terminal profile under Edit-> Profiles…).
- Plugins used from $HOME/.oh-my-zsh/plugins/: git sudo web-search dirhistory history jsontools colored-man-pages command-not-found autojump
- Added custom plugins in $HOME/.oh-my-zsh/custom/plugins/: zsh-autosuggestions k zsh-syntax-highlighting