Skip to content

Instantly share code, notes, and snippets.

View git58's full-sized avatar
👾

Igor Borisov git58

👾
View GitHub Profile
@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active October 23, 2025 12:07
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

@Integralist
Integralist / 01. setup.sh
Last active August 4, 2025 10:33
Kali Linux Vim + Bash setup
# use VirtualBox's device menu to insert Guest Additions CDROM
# copy VBoxLinuxAdditions.run from mounted CDROM
# then eject the CDROM, run the script and then shutdown the VM
# you'll then go into VirtualBox and setup shared directories etc
cd ~ && eject /media/cdrom0
sudo chmod 755 VBoxLinuxAdditions.run
./VBoxLinuxAdditions.run
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh -o ~/.git-prompt.sh