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

52 lines
1.1 KiB
Bash
Raw Normal View History

#!/usr/bin/env bash
2017-05-03 12:53:04 -05:00
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 \
2017-07-27 13:00:48 -05:00
rxvt-unicode-pixbuf \
2017-02-08 14:22:10 -06:00
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 \
2017-04-20 17:39:50 -05:00
ttf-font-awesome \
2017-04-14 11:52:18 -05:00
curl \
2017-07-27 13:00:48 -05:00
w3m w3m-img \
--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-23 06:47:00 -05:00
mkdir -p "$HOME/.fonts/OTF"
curl -L -o "$HOME/.fonts/OTF/monaco_powerline_nerd_font.otf" https://github.com/taohex/font/raw/master/Monaco%20for%20Powerline%20Nerd%20Font%20Complete.otf
fc-cache -vf
2017-07-27 13:00:48 -05:00
mkdir -p "$HOME/.urxvt/ext"
curl -L -o "$HOME/.urxvt/ext/resize-font" https://raw.githubusercontent.com/simmel/urxvt-resize-font/master/resize-font