mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-03 12:03: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
|
||||
s printf \
|
||||
gp
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
||||
make
|
||||
s make install
|
||||
meson --prefix=/usr build
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
s printf ''
|
||||
gp
|
||||
./autogen.sh
|
||||
./configure --prefix=/usr
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr .
|
||||
s printf ''
|
||||
make
|
||||
s make install
|
||||
meson --prefix=/usr build
|
||||
s printf ''
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
end
|
||||
|
|
|
@ -171,7 +171,8 @@ settings:
|
|||
- https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all
|
||||
- https://github.com/Perflyst/PiHoleBlocklist/raw/master/AmazonFireTV.txt
|
||||
content.host_blocking.whitelist:
|
||||
global: null
|
||||
global:
|
||||
- web.whatsapp.com
|
||||
content.hyperlink_auditing:
|
||||
global: false
|
||||
content.images:
|
||||
|
|
Loading…
Reference in a new issue