From 958bfc3db2608dd6679394a18dda39e585749710 Mon Sep 17 00:00:00 2001 From: IxianPixel Date: Mon, 4 Apr 2016 00:52:48 +0100 Subject: [PATCH] Minor corrections to font installer, added .vimrc --- dotfiles/.vimrc | 10 ++++++++++ fonts/install-fonts.sh | 8 ++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 dotfiles/.vimrc diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc new file mode 100644 index 0000000..214f09f --- /dev/null +++ b/dotfiles/.vimrc @@ -0,0 +1,10 @@ +filetype plugin indent on +syntax on +set number + +" Plugin Begin +call plug#begin() +Plug 'pangloss/vim-javascript' +Plug 'tpope/vim-markdown' +Plug 'scrooloose/syntastic' +call plug#end() diff --git a/fonts/install-fonts.sh b/fonts/install-fonts.sh index 206d836..3574155 100644 --- a/fonts/install-fonts.sh +++ b/fonts/install-fonts.sh @@ -1,7 +1,11 @@ #!/bin/sh -sudo pacman -Syu ttf-bitstram-vera ttf-inconsolata ttf-ubuntu-font-family ttf-dejavu ttf-freefont ttf-linux-libertine ttf-liberation +sudo pacman -Syu ttf-bitstream-vera ttf-inconsolata ttf-ubuntu-font-family ttf-dejavu ttf-freefont ttf-linux-libertine ttf-liberation -yaourt -S ttf-ms-fonts ttf-vista-fonts ttf-monaco ttf-qurancomplex-fonts +yaourt -S ttf-ms-fonts +yaourt -S ttf-vista-fonts +yaourt -S ttf-monaco +yaourt -S ttf-qurancomplex-fonts +yaourt -S powerline-fonts-git sudo ln -s /etc/fonts/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d