mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-28 15:25:55 +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 hack Hack:pixelsize=14:antialias=true:autohint=true
|
||||||
#define ubuntumono Ubuntu Mono:pixelsize=16: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.shell: /usr/bin/fish
|
||||||
st.xfps: 600
|
st.xfps: 600
|
||||||
st.font: ubuntumono
|
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
|
function build
|
||||||
s printf ''
|
s printf ''
|
||||||
gp
|
gp
|
||||||
|
|
@ -6,7 +6,7 @@ function build
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
||||||
s printf ''
|
s printf ''
|
||||||
make
|
make -j8
|
||||||
s make install
|
s make install
|
||||||
meson --prefix=/usr build
|
meson --prefix=/usr build
|
||||||
s printf ''
|
s printf ''
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ Plug 'easymotion/vim-easymotion'
|
||||||
Plug 'fidian/hexmode'
|
Plug 'fidian/hexmode'
|
||||||
Plug 'godlygeek/tabular'
|
Plug 'godlygeek/tabular'
|
||||||
Plug 'koirand/tokyo-metro.vim'
|
Plug 'koirand/tokyo-metro.vim'
|
||||||
|
Plug 'lervag/wiki.vim'
|
||||||
Plug 'pedrosans/vim-misc'
|
Plug 'pedrosans/vim-misc'
|
||||||
Plug 'pedrosans/vim-notes'
|
Plug 'pedrosans/vim-notes'
|
||||||
Plug 'RobertAudi/fish.vim'
|
Plug 'RobertAudi/fish.vim'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue