This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/os-specific/arch-linux/provisioning/2-essentials.bash
2017-04-11 14:49:43 -05:00

48 lines
836 B
Bash
Executable file

#!/usr/bin/env bash
sudo pacman -S \
tree \
rofi \
slock \
the_silver_searcher \
alsa-utils \
htop \
openssh \
openssl \
ruby \
python python-pip \
python2 python2-pip \
pass \
qutebrowser \
bash-completion \
fzf \
rsync \
pavucontrol \
neovim \
vim \
unzip \
xsel \
xclip \
tmux \
rxvt-unicode \
xorg-xinit xorg-server xorg-xrdb \
xcb-util xcb-util-keysyms xcb-util-wm xorg-xrandr xdotool feh xorg-xprop \
irssi \
--noconfirm
pacaur -S \
urxvt-perls-git \
samba \
pulseaudio-ctl \
alsa-plugins \
unclutter-xfixes-git gtk-engine-murrine xorg-server-devel \
bspwm-git sxhkd-git xdo-git \
siji-git terminus-font ttf-monaco gohufont artwiz-fonts phallus-fonts-git \
--noconfirm --noedit
sudo pip3 install neovim
sudo pip2 install neovim
# sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome