Last active
July 5, 2021 23:49
-
-
Save KisaragiEffective/562fd54a60edfad4ddf781dc453452cf to your computer and use it in GitHub Desktop.
記憶喪失してまた一からubuntuを構築するとき用の保険
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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