Skip to content

Instantly share code, notes, and snippets.

@AoEiuV020
Last active September 21, 2021 10:10
Show Gist options
  • Save AoEiuV020/46f0746e06ea6a302fecb4d76bfb1243 to your computer and use it in GitHub Desktop.
Save AoEiuV020/46f0746e06ea6a302fecb4d76bfb1243 to your computer and use it in GitHub Desktop.
init github actions
sudo ln -sf /usr/bin/vim /usr/bin/editor
curl -o ~/.bashrc 'https://raw.githubusercontent.com/AoEiuV020/rc/master/linux/.bashrc'
curl -o ~/.vimrc 'https://raw.githubusercontent.com/AoEiuV020/rc/master/linux/.vimrc'
git config --global user.email "aoeiuv020@gmail.com"
git config --global user.name "AoEiuV020"
git config --global push.default simple
git config --global core.editor vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment