diff --git a/.Xresources b/.Xresources index 8f0e0ac..6d979cc 100644 --- a/.Xresources +++ b/.Xresources @@ -27,11 +27,11 @@ Xft.rgba: rgb Xft.autohint: false Xft.hinting: true Xft.hintstyle: hintfull -urxvt*font: xft:Source Code Pro for Powerline:style=Regular:size=10,xft:FontAwesome:size=10 -urxvt*imFont: xft:Source Code Pro for Powerline:style=Regular:size=10,xft:FontAwesome:size=10 -urxvt*boldFont: xft:Source Code Pro for Powerline:style=Bold:size=10,xft:FontAwesome:size=10 -urxvt*italicFont: xft:Source Code Pro for Powerline:style=Italic:size=10,xft:FontAwesome:size=10 -urxvt*boldItalicFont: xft:Source Code Pro for Powerline:style=Bold,Italic:size=10,xft:FontAwesome:size=10 +urxvt*font: xft:Sauce Code Pro:style=Regular:size=10.6 +urxvt*imFont: xft:Sauce Code Pro:style=Regular:size=10.6 +urxvt*boldFont: xft:Sauce Code Pro:style=Bold:size=10.6 +urxvt*italicFont: xft:Sauce Code Pro:style=Italic:size=10.6 +urxvt*boldItalicFont: xft:Sauce Code Pro:style=Bold,Italic:size=10.6 ! clickable Url and copy paste keys diff --git a/.vimrc b/.vimrc index 3fc5922..d020e0f 100644 --- a/.vimrc +++ b/.vimrc @@ -11,6 +11,7 @@ set autoindent set laststatus=2 set mouse=a set encoding=utf-8 +set guifont=Sauce\ Code\ Pro\ 10.6 " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim @@ -18,6 +19,7 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'Valloric/YouCompleteMe' +Plugin 'ryanoasis/vim-devicons' Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes' diff --git a/fonts/SauceCodeProPatched/Sauce Code Pro Black Nerd Font Complete.ttf b/fonts/SauceCodeProPatched/Sauce Code Pro Black Nerd Font Complete.ttf new file mode 100644 index 0000000..1ea3412 Binary files /dev/null and b/fonts/SauceCodeProPatched/Sauce Code Pro Black Nerd Font Complete.ttf differ diff --git a/fonts/SauceCodeProPatched/Sauce Code Pro Bold Nerd Font Complete.ttf b/fonts/SauceCodeProPatched/Sauce Code Pro Bold Nerd Font Complete.ttf new file mode 100644 index 0000000..1b71341 Binary files /dev/null and b/fonts/SauceCodeProPatched/Sauce Code Pro Bold Nerd Font Complete.ttf differ diff --git a/fonts/SauceCodeProPatched/Sauce Code Pro ExtraLight Nerd Font Complete.ttf b/fonts/SauceCodeProPatched/Sauce Code Pro ExtraLight Nerd Font Complete.ttf new file mode 100644 index 0000000..effe8ed Binary files /dev/null and b/fonts/SauceCodeProPatched/Sauce Code Pro ExtraLight Nerd Font Complete.ttf differ diff --git a/fonts/SauceCodeProPatched/Sauce Code Pro Light Nerd Font Complete.ttf b/fonts/SauceCodeProPatched/Sauce Code Pro Light Nerd Font Complete.ttf new file mode 100644 index 0000000..0d4a5ba Binary files /dev/null and b/fonts/SauceCodeProPatched/Sauce Code Pro Light Nerd Font Complete.ttf differ diff --git a/fonts/SauceCodeProPatched/Sauce Code Pro Medium Nerd Font Complete.ttf b/fonts/SauceCodeProPatched/Sauce Code Pro Medium Nerd Font Complete.ttf new file mode 100644 index 0000000..0fd7d67 Binary files /dev/null and b/fonts/SauceCodeProPatched/Sauce Code Pro Medium Nerd Font Complete.ttf differ diff --git a/fonts/SauceCodeProPatched/Sauce Code Pro Nerd Font Complete.ttf b/fonts/SauceCodeProPatched/Sauce Code Pro Nerd Font Complete.ttf new file mode 100644 index 0000000..dffe5a6 Binary files /dev/null and b/fonts/SauceCodeProPatched/Sauce Code Pro Nerd Font Complete.ttf differ diff --git a/fonts/SauceCodeProPatched/Sauce Code Pro Semibold Nerd Font Complete.ttf b/fonts/SauceCodeProPatched/Sauce Code Pro Semibold Nerd Font Complete.ttf new file mode 100644 index 0000000..e55a929 Binary files /dev/null and b/fonts/SauceCodeProPatched/Sauce Code Pro Semibold Nerd Font Complete.ttf differ diff --git a/scripts/init-dotfiles.sh b/scripts/init-dotfiles.sh index dddca60..7d09c64 100755 --- a/scripts/init-dotfiles.sh +++ b/scripts/init-dotfiles.sh @@ -21,6 +21,11 @@ for file in $conffiles; do ln -sfv $confpath/.config/$file . done +cd $HOME +mkdir -p .local/share/ && cd .local/share +echo cd `pwd` +ln -sfv $DOTFILES/fonts . + sudo -s << EOF cd ~ echo -n "cd "