Skip to content

Instantly share code, notes, and snippets.

View bscout9956's full-sized avatar
🧠
Missing ')' at line 57

BlackScout bscout9956

🧠
Missing ')' at line 57
  • Rio de Janeiro, Brazil
View GitHub Profile
@fevangelou
fevangelou / install_sis_graphics_on_linux.sh
Last active March 10, 2025 16:54
Bash script to install SiS Mirage 3+ graphics drivers on Linux
#!/bin/bash
# Bash script to install SiS Mirage 3+ graphics drivers on Linux
# Supports 671/672MX graphics cards
#
# Created in March 2019
#
# Tested on:
# - Lubuntu 18.04 (32-bit) with X.Org v1.19
# - Xubuntu 18.04 (64-bit) with X.Org v1.20

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by