mufidu / script

shell script ala ala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scripts written for Ubuntu

Firstly run chmod -R 777 *

Run Neofetch, htop, and blessed-contrib in Konsole altogether

./all.sh

Make a new shortcut for Chrome (useful if you use more than one account)

./chrome-new-shortcut.sh

Enable dark mode in Chrome, without emulating it (thanks to felipecrs)

sudo ./chrome-dark-mode.sh
# Need sudo because it edits the file in /usr instead of
# the one in $HOME, which doesnt't work in my case 

Fix loose object error when pushing in Git

# Edit the first line to cd to your repo directory, then
./error.sh

About

shell script ala ala


Languages

Language:Shell 77.7%Language:Python 22.3%