Skip to content

Instantly share code, notes, and snippets.

View GinShio's full-sized avatar
👻
Just for Fun

Xin "Russell" Liu GinShio

👻
Just for Fun
View GitHub Profile
@GinShio
GinShio / 01_installation.sh
Last active September 13, 2022 14:15
setup the environment
#!/usr/bin/env bash
# update source
sudo sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
sudo add-apt-repository ppa:kelleyk/emacs
sudo apt update && sudo apt upgrade
# common environment
sudo apt install -y fish ripgrep wget emacs28 \
git git-lfs git-extras git-flow git-doc \