mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-04 12:34:49 +00:00
Fish: build refresh sudo
This commit is contained in:
parent
b4ff4900e3
commit
01a0e0c1a6
|
@ -1,12 +1,15 @@
|
||||||
|
# Defined in /tmp/fish.7e0fck/build.fish @ line 2
|
||||||
function build
|
function build
|
||||||
s printf \
|
s printf ''
|
||||||
gp
|
gp
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
||||||
make
|
s printf ''
|
||||||
s make install
|
make
|
||||||
meson --prefix=/usr build
|
s make install
|
||||||
ninja -C build
|
meson --prefix=/usr build
|
||||||
sudo ninja -C build install
|
s printf ''
|
||||||
|
ninja -C build
|
||||||
|
sudo ninja -C build install
|
||||||
end
|
end
|
||||||
|
|
|
@ -171,7 +171,8 @@ settings:
|
||||||
- https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all
|
- https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all
|
||||||
- https://github.com/Perflyst/PiHoleBlocklist/raw/master/AmazonFireTV.txt
|
- https://github.com/Perflyst/PiHoleBlocklist/raw/master/AmazonFireTV.txt
|
||||||
content.host_blocking.whitelist:
|
content.host_blocking.whitelist:
|
||||||
global: null
|
global:
|
||||||
|
- web.whatsapp.com
|
||||||
content.hyperlink_auditing:
|
content.hyperlink_auditing:
|
||||||
global: false
|
global: false
|
||||||
content.images:
|
content.images:
|
||||||
|
|
Loading…
Reference in a new issue