-
Notifications
You must be signed in to change notification settings - Fork 0
/
sync.sh
42 lines (30 loc) · 807 Bytes
/
sync.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# lem editor
cp ~/.lem/init.lisp ./lem/
# jetbrains: ideavim plugin
cp ~/.ideavimrc ./ideavim/
# nvim editor
cp ~/.config/nvim/init.vim ./nvim/
# i3 window manager
# cp ~/.i3/config ./i3/.i3/
# roswell launcher
cp ~/.roswell/init.lisp ./roswell/.roswell/
# tmux multiplexer
cp ~/.tmux.conf ./tmux
# spicy
cp ~/.config/spicy/settings ./spicy/
# ranger
cp ~/.config/ranger/rc.conf ./ranger/
cp ~/.config/ranger/rifle.conf ./ranger/
# sioyek
cp ~/.config/sioyek/keys_user.config ./sioyek/
# alacritty
cp ~/.config/alacritty/alacritty.toml ./alacritty/
# spectacle
# cp ~/.config/spectaclerc ./spectacle/
# git
git add .
git commit -m "sync"
git push
echo "=== Remember to check the result file ==="
echo "=== Remember to check the result file ==="
echo "=== Remember to check the result file ==="