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

48 lines
836 B
Bash
Raw Normal View History

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