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/scripts/arch-linux/provisioning/2-essentials.bash

47 lines
976 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2017-04-14 07:43:57 -05:00
sudo pacaur -S \
tree \
rofi \
2017-04-14 07:43:57 -05:00
the_silver_searcher ripgrep \
alsa-utils \
htop \
openssh \
openssl \
ruby \
2017-04-14 07:43:57 -05:00
nodejs npm \
2017-02-08 14:22:10 -06:00
python python-pip \
2017-02-20 22:11:11 -06:00
python2 python2-pip \
pass \
2017-04-14 07:43:57 -05:00
google-chrome-dev \
bash-completion \
fzf \
rsync \
2017-04-14 07:43:57 -05:00
pulseaudio pavucontrol \
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 \
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 \
2017-04-14 11:52:18 -05:00
terminus-font ttf-monaco \
ttf-freefont \
otf-fontawesome \
curl \
--noconfirm --noedit
2017-02-20 22:11:11 -06:00
sudo pip3 install neovim
sudo pip2 install neovim
2017-04-14 07:43:57 -05:00
sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome
2017-04-14 11:52:18 -05:00
mkdir -p "$HOME/.fonts"
curl -o "$HOME/.fonts/monaco_powerline_nerd_font.otf" https://github.com/taohex/font/raw/master/Monaco%20for%20Powerline%20Nerd%20Font%20Complete.otf