mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add ytmpv function and scripts folder
This commit is contained in:
parent
1604fd862e
commit
ff4007d988
5 changed files with 45 additions and 0 deletions
5
sync
5
sync
|
|
@ -56,6 +56,10 @@ function sync_terminal_env
|
|||
mkdir ~/.config
|
||||
end
|
||||
|
||||
if ! test -e ~/code/scripts
|
||||
mkdir -p ~/code/scripts
|
||||
end
|
||||
|
||||
rsync -aP ./.config/fish ~/.config/
|
||||
and rsync -aP ./.config/nvim ~/.config/
|
||||
and rsync -aP ./.tmux-line.conf ~/
|
||||
|
|
@ -63,6 +67,7 @@ function sync_terminal_env
|
|||
and rsync -aP ./.vim ~/
|
||||
and rsync -aP ./.vimrc ~/
|
||||
and rsync -aP ./.taskrc ~/
|
||||
and rsync -aP ./scripts/ ~/code/scripts/
|
||||
end
|
||||
|
||||
function sync_desktop_env -a uname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue