Last active
February 28, 2020 10:14
-
-
Save Kirkkt/bbae3d905b01b2377af8d4a659162963 to your computer and use it in GitHub Desktop.
Install and configure a fresh linux
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
sudo apt install git vim-gtk && \ | |
mkdir ~/git && \ | |
cd ~/git && \ | |
git clone https://gitee.com/kirkkt/text-files-2019.git text-files && \ | |
cd ~ && \ | |
sh ~/git/text-files/bash/install-linux.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment