-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.conf.yaml
56 lines (52 loc) · 1.9 KB
/
install.conf.yaml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
- shell:
- [git submodule update --init --recursive, Installing submodules]
- defaults:
link:
relink: true
force: true
create: true
- link:
# ~/.config/sublime-text/Packages/User:
# path: editors/sublime/User
# ~/.config/sublime-text/Packages/C++:
# path: editors/sublime/C++
# ~/.config/sublime-text/Packages/Python:
# path: editors/sublime/Python
# ~/.config/sublime-text/Packages/CustomStatusBar:
# path: editors/sublime/CustomStatusBar
~/.vscode-settings:
path: editors/vscode-settings
~/.config/Code/User/settings.json:
path: ~/.vscode-settings/settings.json
~/.config/Code/User/keybindings.json:
path: ~/.vscode-settings/keybindings.json
~/.config/fusuma/config.yml:
path: dotfiles/fusuma.yml
~/.alacritty.yml:
path: dotfiles/alacritty.yml
~/.taskrc:
path: dotfiles/taskrc
~/.taskwarrior_shortcuts:
path: taskwarrior_shortcuts
~/.xmodmaprc:
path: dotfiles/xmodmaprc
~/.config/awesome:
path: awesomewm
~/.config/autorandr:
path: dotfiles/autorandr
~/.config/copyq/copyq.conf:
path: dotfiles/copyq.conf
~/.tridactylrc:
path: dotfiles/tridactylrc
~/.config/systemd/user:
path: services
- shell:
# - [install_scripts/install_sublime.sh, Installing Sublime Text/Merge]
- [install_scripts/install_vscode.sh, Installing vscode]
- [editors/vscode-settings/install_extensions.sh, Installing vscode extensions]
- [install_scripts/install_fusuma.sh, Installing Fusuma]
- [install_scripts/install_taskwarrior.sh, Installing Task Warrior]
- [install_scripts/install_fonts.sh, Installing nerd fonts]
- [install_scripts/firefox_from_deb.sh, Installing firefox from deb]
- [install_scripts/install_spotify.sh, Installing spotify]
- [awesomewm/install_awesomewm.sh, Installing awesome]