✨ Linux preferences
This commit is contained in:
parent
56f5e407b9
commit
63275d348a
3 changed files with 16 additions and 1 deletions
5
os/linux.fish
Executable file
5
os/linux.fish
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
find "$DOT/os/linux/" -name "*.pref.fish" | while read file
|
||||
fish -c "$file"
|
||||
end
|
8
os/linux/privacy.pref.fish
Executable file
8
os/linux/privacy.pref.fish
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
source "$DOT/script/utils.fish"
|
||||
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
execute "gsettings set com.canonical.Unity.Lenses remote-content-search 'none'" \
|
||||
"Turn off 'Remote Search' so that search terms in Dash do not get sent over the internet"
|
|
@ -2,4 +2,6 @@
|
|||
|
||||
"$DOT/os/macos/close_prefs.applescript"
|
||||
|
||||
find "$DOT/os/macos/" -name "*.pref.fish" | while read file; fish -c "$file"; end
|
||||
find "$DOT/os/macos/" -name "*.pref.fish" | while read file
|
||||
fish -c "$file"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue