Skip to content

Instantly share code, notes, and snippets.

@KisaragiEffective
Last active July 5, 2021 23:49
Show Gist options
  • Save KisaragiEffective/562fd54a60edfad4ddf781dc453452cf to your computer and use it in GitHub Desktop.
Save KisaragiEffective/562fd54a60edfad4ddf781dc453452cf to your computer and use it in GitHub Desktop.
記憶喪失してまた一からubuntuを構築するとき用の保険
alias cls=clear
alias mkdirs="mkdir -r"
alias symlink="ln -sr"
sudo apt install -y curl neovim
# 日本語バイバイ
symlink ~/テンプレート ~/template
symlink ~/デスクトップ ~/desktop
symlink ~/ドキュメント ~/document
symlink ~/ビデオ ~/video
symlink ~/ピクチャ ~/picture
symlink ~/ミュージック ~/music
symlink ~/公開 ~/public
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment