Skip to content

Ubuntu setup

Martin Müller edited this page Oct 30, 2019 · 1 revision

Ubuntu setup

Create keypairs

ssh-keygen -t rsa -b 4096 -C "<email>"

Vim

  1. Install vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
  1. Open vim and run :PluginInstall

Dotfiles

  1. Clone this repo
git clone https://github.com/mar-muel/dotfiles.git
  1. Copy over dotfiles
source ~/dotfiles/set_ubuntu.sh
  1. source ~/.bashrc
Clone this wiki locally