-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf
86 lines (83 loc) · 2.29 KB
/
install.conf
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"directories": [
"~/.vim/bundle",
"~/.config/dunst",
"~/.config/i3",
"~/.config/i3blocks",
"~/.config/terminator",
"~/.ncmpcpp"
],
"link": {
"compton": "~/.config/compton.conf",
"dunstrc": "~/.config/dunst/dunstrc",
"i3": "~/.config/i3/config",
"i3blocks": "~/.config/i3blocks/config",
"ncmpcpp_bindings": "~/.ncmpcpp/bindings",
"NERDTreeBookmarks": "~/.NERDTreeBookmarks",
"profile": "~/.profile",
"stalonetray": "~/.stalonetrayrc",
"terminator": "~/.config/terminator/config",
"vimrc": "~/.vimrc",
"wp/": "~/.wp",
"Xresources": "~/.Xresources",
"zprofile": "~/.zprofile",
"zshrc": "~/.zshrc"
},
"install_cmd": "yaourt -Syua",
"install": [
"alsa-utils",
"apci",
"arandr",
"astyle",
"chromium",
"clang",
"clang-tools-extra",
"compton",
"ctags",
"diffuse",
"dunst",
"firefox",
"flake8",
"gimp",
"gvim",
"i3blocks",
"i3lock",
"i3-gnome-pomodoro",
"inkscape",
"lxappearance",
"mlocate",
"mpv",
"network-manager-applet",
"nitrogen",
"pass",
"pavucontrol",
"python-isort",
"python-pip",
"python-virtualenvwrapper",
"python2-pip",
"rofi",
"rxvt-unicode",
"stalonetray",
"the_silver_searcher",
"ttf-inconsolata",
"xautolock",
"xorg-xinput",
"yapf",
"zsh",
"clerk",
"i3-gaps",
"nextcloud-client",
"otf-font-awesome-git",
"rofi-pass",
"pamac-aur",
"powerline-fonts-git"
],
"commands": [
"tput setaf 2; echo 'Install dict.cc pyhton library'; tput sgr0; pip2 install --user dict.cc.py",
"tput setaf 2; echo 'Clone Vundle'; tput sgr0; git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim",
"tput setaf 2; echo 'Install vim plugins'; tput sgr0; vim +PluginInstall +qall",
"tput setaf 2; echo 'Building YouCompleteMe'; tput sgr0; ~/.vim/bundle/YouCompleteMe/install.py",
"tput setaf 2; echo 'Clone base16-shell'; tput sgr0; git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell",
"tput setaf 2; echo 'Apply base16 theme'; tput sgr0; base16_tomorrow"
]
}