feat: Add unison config
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -32,3 +32,6 @@ nvim/lazy-lock.json
|
||||
!btop
|
||||
!btop/btop.conf
|
||||
!btop/themes/**/*
|
||||
|
||||
!unison
|
||||
!unison/**/*.prf
|
||||
@@ -22,8 +22,11 @@ export DOTNET_ROOT=$HOME/.dotnet
|
||||
## Node Version Manager
|
||||
export NVM_DIR=$HOME/.nvm
|
||||
|
||||
## Unison
|
||||
export UNISON=$HOME/.config/unison
|
||||
|
||||
## Spicetify
|
||||
fish_add_path /home/wessel/.spicetify
|
||||
fish_add_path $HOME/.spicetify
|
||||
|
||||
## JOZ tools
|
||||
export JOZ_PATH=$HOME/Documents/devel
|
||||
|
||||
19
unison/default.prf
Normal file
19
unison/default.prf
Normal file
@@ -0,0 +1,19 @@
|
||||
# Unison preferences file
|
||||
# Unison profile for syncing Obsidian vault and main.kdbx
|
||||
|
||||
# Root paths
|
||||
root = /mnt/wessel
|
||||
root = /home/wessel
|
||||
|
||||
# Sync only these items
|
||||
path = Documents/obsidian.md
|
||||
path = _keepass
|
||||
|
||||
# Sync settings
|
||||
auto = true
|
||||
batch = true
|
||||
perms = 0
|
||||
fastcheck = true
|
||||
prefer = newer
|
||||
log = true
|
||||
times = true
|
||||
Reference in New Issue
Block a user