mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add screensaver to debian desktop env
- Set qutebrowser search engine to search.m - Reformat fish scripts
This commit is contained in:
parent
55530ada62
commit
dd7e7e3857
6 changed files with 51 additions and 42 deletions
4
sync
4
sync
|
|
@ -40,7 +40,9 @@ function setup_tmp_space -a cwd
|
|||
end
|
||||
|
||||
function sync_terminal_env
|
||||
if ! test -e ~/.config; mkdir ~/.config; end
|
||||
if ! test -e ~/.config
|
||||
mkdir ~/.config
|
||||
end
|
||||
|
||||
rsync -aP ./.config/fish ~/.config/
|
||||
rsync -aP ./.config/nvim ~/.config/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue