-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.sh
executable file
·68 lines (58 loc) · 2.16 KB
/
install.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
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
#!/bin/zsh
# Copy the default config file if not present already
############
# includes #
############
# [ ! -f install_config ] && cp install_config.dist install_config
# source ./install_config
source ./colors.sh
source ./install_functions.sh
source ./zsh/zshenv
################
# presentation #
################
echo -e "${yellow}!!! ${red}WARNING${yellow} !!!"
echo -e "${light_red}This script will delete all your configuration files!"
echo -e "${light_red}Use it at your own risks."
if [ $# -ne 1 ] || [ "$1" != "-y" ];
then
echo -e "${yellow}Press a key to continue...\n"
read key;
fi
###########
# INSTALL #
###########
# Install
. $DOTFILES/install/install-zsh.sh
# . $DOTFILES/install/install-from-cloud.sh
. $DOTFILES/install/install-fonts.sh
. $DOTFILES/install/install-X11.sh
# dot_is_installed git && dot_install projects
# dot_is_installed lxappearance && dot_install theme
dot_is_installed i3 && dot_install i3
dot_is_installed git && dot_install git
# dot_is_installed nvim && dot_install nvim
dot_is_installed tmux && dot_install tmux
# dot_is_installed dunst && dot_install dunst
# dot_is_installed feh && dot_install feh
# dot_is_installed composer && dot_install composer
# dot_is_installed mycli && dot_install mycli
# dot_is_installed pgcli && dot_install pgcli
# dot_is_installed go && dot_install_func go install_go_binaries
# dot_is_installed npm && dot_install javascript
# dot_is_installed compton && dot_install compton
# dot_is_installed bat && dot_install bat
# dot_is_installed joplin && dot_install joplin
# dot_is_installed vifm && dot_install vifm
# dot_is_installed clojure && dot_install clojure
# dot_is_installed freemind && dot_install freemind
# dot_is_installed redshift && dot_install redshift
# dot_is_installed mpd && dot_is_installed ncmpcpp && dot_install mpd
# dot_is_installed gimp && dot_install gimp
# dot_is_installed zathura && dot_install zathura
# dot_is_installed doublecmd && dot_install doublecmd
# dot_is_installed deadbeef && dot_install deadbeef
# dot_is_installed darktable && dot_install darktable
# dot_is_installed digikam && dot_install digikam
# dot_is_installed newsboat && dot_install newsboat
dot_install gtk