1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2025-11-27 14:45:50 +00:00

Xresources: undertale font; Fish: build make -j8

This commit is contained in:
Phantop 2020-06-04 19:52:04 -04:00
parent 9fb19eb615
commit 99eeade5bc
3 changed files with 4 additions and 2 deletions

View file

@ -48,6 +48,7 @@
#define hack Hack:pixelsize=14:antialias=true:autohint=true
#define ubuntumono Ubuntu Mono:pixelsize=16:antialias=true:autohint=true
#define dundertale Determination Mono:pixelsize=14:antialias=true:autohint=true
st.shell: /usr/bin/fish
st.xfps: 600
st.font: ubuntumono

View file

@ -1,4 +1,4 @@
# Defined in /tmp/fish.3ztUnh/build.fish @ line 2
# Defined in /tmp/fish.0UAkY8/build.fish @ line 2
function build
s printf ''
gp
@ -6,7 +6,7 @@ function build
./configure --prefix=/usr
cmake -DCMAKE_INSTALL_PREFIX=/usr .
s printf ''
make
make -j8
s make install
meson --prefix=/usr build
s printf ''

View file

@ -9,6 +9,7 @@ Plug 'easymotion/vim-easymotion'
Plug 'fidian/hexmode'
Plug 'godlygeek/tabular'
Plug 'koirand/tokyo-metro.vim'
Plug 'lervag/wiki.vim'
Plug 'pedrosans/vim-misc'
Plug 'pedrosans/vim-notes'
Plug 'RobertAudi/fish.vim'