Skip to content

Instantly share code, notes, and snippets.

View jambulmerah's full-sized avatar
🏠
Working from home

Jambul merah jambulmerah

🏠
Working from home
View GitHub Profile
@jambulmerah
jambulmerah / README.md
Created September 7, 2022 16:13 — forked from ppoffice/README.md
Install Visual Studio Code (actually code-server) on Android
  1. Install Termux, an Android terminal emulator that provides a Linux execution environment and various tools.

  2. Update system packages in Termux:

    $ pkg update -y
@jambulmerah
jambulmerah / .zshrc
Last active December 28, 2022 18:17 — forked from Anon-Exploiter/.zshrc
.zshrc of Kali Linux 2020.3 including the lit prompt
# ~/.zshrc file for zsh non-login shells.
# see /usr/share/doc/zsh/examples/zshrc for examples
project=""
setopt autocd # change directory just by typing its name
#setopt correct # auto correct mistakes
setopt interactivecomments # allow comments in interactive mode
setopt ksharrays # arrays start at 0
setopt magicequalsubst # enable filename expansion for arguments of the form ‘anything=expression’
setopt nonomatch # hide error message if there is no match for the pattern
setopt notify # report the status of background jobs immediately