mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-27 06:35:43 +00:00
Xresources: undertale font; Fish: build make -j8
This commit is contained in:
parent
9fb19eb615
commit
99eeade5bc
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 ''
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue