aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-05 08:41:11 +0200
committerneodarz <neodarz@neodarz.net>2019-09-05 08:41:11 +0200
commit26956eeda9c66e5195f2396d037663bc1181abaa (patch)
tree6a8ed98dca5cb94dcd8f772e95aaee31869dbd70 /install.sh
parenta12df5d06fb6606ee7bd552ee76e3f7ab7743a74 (diff)
downloaddotfiles-26956eeda9c66e5195f2396d037663bc1181abaa.tar.xz
dotfiles-26956eeda9c66e5195f2396d037663bc1181abaa.zip
Add install script
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh112
1 files changed, 112 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100644
index 0000000..c259246
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,112 @@
+# ██ ██ ██ ██ ██
+# ░░ ░██ ░██ ░██ ░██
+# ██ ███████ ██████ ██████ ██████ ░██ ░██ ██████░██
+# ░██░░██░░░██ ██░░░░ ░░░██░ ░░░░░░██ ░██ ░██ ██░░░░ ░██████
+# ░██ ░██ ░██░░█████ ░██ ███████ ░██ ░██ ░░█████ ░██░░░██
+# ░██ ░██ ░██ ░░░░░██ ░██ ██░░░░██ ░██ ░██ ██ ░░░░░██░██ ░██
+# ░██ ███ ░██ ██████ ░░██ ░░████████ ███ ███░██ ██████ ░██ ░██
+# ░░ ░░░ ░░ ░░░░░░ ░░ ░░░░░░░░ ░░░ ░░░ ░░ ░░░░░░ ░░ ░░
+
+# ▓▓▓▓▓▓▓▓▓▓
+# ░▓ 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 task
+#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
+
+# 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
+
+## aria2
+
+#sudo pacman -S aria2
+#sudo pacman -S diana-git
+
+## alacritty
+
+#sudo pacman -S alacritty
+
+## cheat
+
+#pikaur -S cheat-git
+
+## gnupg
+
+## i3
+
+#sudo pacman -S i3-wm
+#sudo pacman -S python-i3-py
+#pikaur -S i3lock-fancy-multimonitor-git
+
+## 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
+
+## systemd
+
+# install dotfiles