aboutsummaryrefslogtreecommitdiff
path: root/install.sh
blob: 62029523c256f66676e0962c426ccc60362c6e8b (plain)
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
#!/bin/bash
#  ██                    ██              ██  ██            ██
# ░░                    ░██             ░██ ░██           ░██
#  ██ ███████   ██████ ██████  ██████   ░██ ░██     ██████░██
# ░██░░██░░░██ ██░░░░ ░░░██░  ░░░░░░██  ░██ ░██    ██░░░░ ░██████
# ░██ ░██  ░██░░█████   ░██    ███████  ░██ ░██   ░░█████ ░██░░░██
# ░██ ░██  ░██ ░░░░░██  ░██   ██░░░░██  ░██ ░██ ██ ░░░░░██░██  ░██
# ░██ ███  ░██ ██████   ░░██ ░░████████ ███ ███░██ ██████ ░██  ░██
# ░░ ░░░   ░░ ░░░░░░     ░░   ░░░░░░░░ ░░░ ░░░ ░░ ░░░░░░  ░░   ░░

#  ▓▓▓▓▓▓▓▓▓▓
# ░▓ about  ▓ custom linux installation file
# ░▓ author ▓ neodarz <neodarz@neodarz.net>
# ░▓ code   ▓ https://git.neodarz.net/neodarz/conf/dotfiles_dotdrop.git
# ░▓▓▓▓▓▓▓▓▓▓
# ░░░░░░░░░░

# install common

#sudo pacman -S git
#sudo pacman -S wget
#sudo pacman -S python
#sudo pacman -S python2
#sudo pacman -S python-virtualenv
#sudo pacman -S python2-virtualenv
#sudo pacman -S python-virtualenvwrapper
#sudo pacman -S python-pip
#sudo pacman -S python-colour
#sudo pacman -S python-netifaces
#sudo pacman -S python-dbus
#sudo pacman -S firefox
#sudo pacman -S stow
#sudo pacman -S htop
#sudo pacman -S arandr
#sudo pacman -S firefox
#sudo pacman -S newsboat
#sudo pacman -S mosh
#sudo pacman -S openvpn
#sudo pacman -S exa
#sudo pacman -S colordiff
#sudo pacman -S eog
#sudo pacman -S borg
#sudo pacman -S nmap
#sudo pacman -S evince
#sudo pacman -S ripgrep
#sudo pacman -S thefuck
#sudo pacman -S autojump
#sudo pacman -S fzf
#sudo pacman -S speedtest-cli
#sudo pacman -S tig
#sudo pacman -S redshift
#sudo pacman -S pavucontrol
#sudo pacman -S pulseaudio
#systemctl --user enable pulseaudio.service
#systemctl --user start pulseaudio.service
#sudo pacman -S ffmepg
#sudo pacman -S mpv
#sudo pacman -S tmux
#sudo pacman -S openssh

# pikaur installation
#git clone https://aur.archlinux.org/pikaur.git
#cd pikaur
#makepkg -fsri

#pikaur -S waterfox-bin
#pikaur -S grv
#pikaur -S friendly-find
#pikaur -S nerd-fonts-complete

# install needed package for profile

## zsh

#sudo pacman -S zsh

## aria2

#sudo pacman -S aria2
#sudo pacman -S diana-git

## alacritty

#sudo pacman -S alacritty

## cheat

#pikaur -S cheat-git

## gnupg

## xorg

#sudo pacman -S xorg

## xinit

#sudo pacman -S xorg-xinit

## i3

#sudo pacman -S i3-wm
#sudo pacman -S python-i3-py
#pikaur -S i3lock-fancy-multimonitor-git

## i3pystatus

#pikaur -S i3pystatus

## scripts

#sudo pacman -S pv
#sudo pacman -S python-i3-py
#sudo pacman -S imagemagick
#sudo pacamn -S bind-tools
#pikaur -S speedtest-cli
#sudo pacman -S rofi-pass
#pikaur -S pygmentize
#pikaur -S xwinwrap-git
#pikaur -S twmn-git
#sudo pacman -S tmuxp
#sudo pacman -S task

## khal

#sudo pacman -S khal

## msmtp

#sudo pacman -S msmtp

## mutt

#sudo pacman -S neomutt

## newsboat

#sudo pacman -S newsboat

## notmuch

#sudo pacman -S notmuch

## nvim

#sudo pacman -S python-neovim python-twisted

## offlineimap

#sudo pacman -S offlineimap

## vdirsyncer

#sudo pacman -S vdirsyncer

# install dotfiles

#./dotdrop.sh install
#sudo ./dotdrop.sh install --cfg=system-config.yaml

# post install dotfile

## zsh

## After zsh installed, install this three plugins :
#git clone git://github.com/zsh-users/zsh-autosuggestions ~/.zsh/plugins/zsh-autosuggestions
#git clone git://github.com/zsh-users/zsh-history-substring-search ~/.zsh/plugins/zsh-history-substring-search
#git clone git://github.com/zsh-users/zsh-syntax-highlighting ~/.zsh/plugins/zsh-syntax-highlighting
#git clone https://github.com/zsh-users/zsh-completions ~/.zsh/plugins/zsh-completions
#git clone https://github.com/kutsan/zsh-system-clipboard ~/.zsh/plugins/zsh-system-clipboard

#chsh -s $(which zsh)

## nvim

#git clone https://github.com/vundlevim/vundle.vim.git ~/.config/nvim/bundle/Vundle.vim

#nvim +PluginInstall +qall

## notmuch

#notmuch new

## vdirsyncer

#vdirsyncer discover
#vdirsyncer sync

echo "Hey install is done!"
echo "Check arch wiki for driver installation."
echo "=> https://wiki.archlinux.org/index.php/Xorg#Driver_installation"