Skip to content

Instantly share code, notes, and snippets.

@Kirkkt
Last active February 28, 2020 10:14
Show Gist options
  • Save Kirkkt/bbae3d905b01b2377af8d4a659162963 to your computer and use it in GitHub Desktop.
Save Kirkkt/bbae3d905b01b2377af8d4a659162963 to your computer and use it in GitHub Desktop.
Install and configure a fresh linux
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