Skip to content

Instantly share code, notes, and snippets.

@kkremitzki
Last active August 6, 2019 05:21
Show Gist options
  • Save kkremitzki/0303e1e1791df4786a072b8085ce34b5 to your computer and use it in GitHub Desktop.
Save kkremitzki/0303e1e1791df4786a072b8085ce34b5 to your computer and use it in GitHub Desktop.
A bootstraping script.
#!/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