Last active
August 6, 2019 05:21
-
-
Save kkremitzki/0303e1e1791df4786a072b8085ce34b5 to your computer and use it in GitHub Desktop.
A bootstraping script.
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
#!/bin/bash | |
apt install -y neovim build-essential git stow | |
mkdir -p ~/.config/nvim | |
echo "set expandtab shiftwidth=4" > ~/.config/nvim/init.vim | |
echo "set -o vi" >> ~/.bashrc | |
echo "bind -m vi-insert '\C-l':clear-screen" >> ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment