ssh changees and sync with mac
This commit is contained in:
@@ -8,9 +8,9 @@ mkdir -p "$HOME/.cache"
|
||||
|
||||
if mkdir "$lock_dir" 2>/dev/null; then
|
||||
{
|
||||
ssh -i "$HOME/.ssh/mac-attio" thomasglopes@192.168.1.205 "mkdir -p ~/.config/nvim/lua/plugins"
|
||||
scp -i "$HOME/.ssh/mac-attio" "$HOME/.config/nvim/lua/plugins/dankcolors.lua" \
|
||||
thomasglopes@192.168.1.205:~/.config/nvim/lua/plugins/
|
||||
ssh mac-attio "mkdir -p ~/.config/nvim/lua/plugins"
|
||||
scp "$HOME/.config/nvim/lua/plugins/dankcolors.lua" \
|
||||
mac-attio:~/.config/nvim/lua/plugins/
|
||||
} >>"$log_file" 2>&1
|
||||
rmdir "$lock_dir"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user