Skip to content

Instantly share code, notes, and snippets.

View MadanBhandari's full-sized avatar
🎯
Focusing

Madan Bhandari MadanBhandari

🎯
Focusing
View GitHub Profile
@MadanBhandari
MadanBhandari / config.org
Created December 21, 2020 10:38 — forked from rxcmr/config.org
doom emacs config
#!/bin/sh
adb disconnect
adb tcpip 5555
sleep 3
IP=$(adb shell ip addr show wlan0 | grep 'inet ' | cut -d' ' -f6| cut -d/ -f1)
echo "${IP}"
adb connect $IP
@MadanBhandari
MadanBhandari / pacman-commands.md
Last active January 30, 2020 07:02
pacman commands

update the system

sudo pacman -Syu

update the database

sudo pacman -Syy

install package

from pacman repo