-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
55 lines (54 loc) · 1.57 KB
/
install.conf.yaml
File metadata and controls
55 lines (54 loc) · 1.57 KB
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
- clean: ['~']
- link:
~/.dotfiles: ''
~/.tmux.conf: src/tmux.conf
~/.Xresources: Xresources
~/.gitconfig: src/gitconfig
~/.inputrc: inputrc
~/.config/.wm: config/wm
~/.config/dunst: config/dunst
~/.config/katerc: src/config/katerc
~/.config/rofi: config/rofi
~/.config/Thunar/uca.xml: config/Thunar/uca.xml
~/.config/zim: src/config/zim
~/.config/xfce4: config/xfce4
~/.config/openbox: config/openbox
~/.config/tint2: config/tint2
~/.config/nvim: src/config/nvim
~/.config/systemd: src/config/systemd
~/.vimrc: vimrc
~/.quiltrc: src/quiltrc
~/.quiltrc-dpkg: src/quiltrc-dpkg
~/.i3status.conf: i3status.conf
~/.i3blocks.conf: i3blocks.conf
~/.bash_aliases: bash_aliases
~/.zshrc: zshrc
~/.packages-debian-all: packages-debian-all
~/.packages-debian-manual: packages-debian-manual
~/.bashrc: bashrc
~/.profile: src/profile
~/.compton.conf: compton.conf
~/.tigrc: src/tigrc
~/.xsession: xsession
~/.fonts: fonts
~/.profile: src/profile
~/.irssi: src/irssi/
~/bin: bin/
~/.vim: vim/
~/.conky: conky/
~/.oh-my-zsh: src/oh-my-zsh/
~/.oh-my-zsh-custom: src/oh-my-zsh-custom/
~/.themes: src/themes/
~/.i3: i3/
~/Wallpaper: src/Wallpaper/
- shell:
- git submodule update --init --recursive
- mkdir -p ~/.vim/backup
- mkdir -p ~/.vim/swap
- mkdir -p ~/.vim/undo
- mkdir -p ~/.config
- mkdir -p ~/.config/Thunar
- mkdir -p ~/.config/xfce4
- mkdir -p ~/.config/zim
- mkdir -p ~/.config/systemd
- mkdir -p ~/Wallpaper