mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Switch to patched SourceCodePro font
This commit is contained in:
parent
a1e80f2a27
commit
0eacfc9793
10
.Xresources
10
.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
|
||||
|
2
.vimrc
2
.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'
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
fonts/SauceCodeProPatched/Sauce Code Pro Nerd Font Complete.ttf
Normal file
BIN
fonts/SauceCodeProPatched/Sauce Code Pro Nerd Font Complete.ttf
Normal file
Binary file not shown.
Binary file not shown.
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user