1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Add incomplete install & setup script

This commit is contained in:
Joe Groocock 2016-03-31 18:45:07 +01:00
parent 177333d911
commit 90f5f8b3f4
3 changed files with 112 additions and 0 deletions

92
packages Normal file
View File

@ -0,0 +1,92 @@
alsa-utils
arandr
asciiquarium
blueman
bluez
breeze-obsidian-cursor-theme
btrfs-progs
clang
cmake
compton
cower
cowsay
dex
dosfstools
dropbox
dunst
efibootmgr
eog
evince
expac
feh
firefox
gdmap
gimp
gitg
gksu
google-chrome
gtk-theme-arc-solid
gvim
htop
i3blocks
i3-gaps-next-git
i3lock-git
imagemagick
imgur-screenshot-git
insync
intellij-idea-ultimate-edition
jdk8-openjdk
jre8-openjdk
keepass
lightdm-webkit2-greeter
lightdm-webkit-theme-google-git
lm_sensors
lolcat
lxappearance
mono
networkmanager
network-manager-applet
nmap
nodejs
npm
ntfs-3g
nvidia
oh-my-zsh-git
openssh
pacaur
pavucontrol
powerline
powertop
pulseaudio
pulseaudio-alsa
qt5-qtstyleplugins
redshift
rofi
rxvt-unicode-patched
rsync
screenfetch
scrot
slack-desktop
steam
sysstat
teamspeak3
teamspeak3-soundpack-portal
terminus-font
tree
ttf-chromeos-fonts
ttf-font-awesome
unzip
urxvt-perls
urxvt-vtwheel
wget
xbindkeys
xclip
xdg-user-dirs
xenlism-wildfire-icon-theme-git
xorg-server
xorg-xev
xorg-xinit
xorg-xrdb
xtitle
zsh
zsh-syntax-highlighting

13
scripts/listpackages.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
set -e
ALL=$(pacman --query --quiet --explicit)
BASE=$(pacman --query --quiet --groups base)
BASE_DEVEL=$(pacman --query --quiet --groups base-devel)
echo "$ALL
$BASE
$BASE
$BASE_DEVEL
$BASE_DEVEL" | sort | uniq -u

7
scripts/setup.sh Executable file
View File

@ -0,0 +1,7 @@
./install-pacaur.sh
pacaur -S ../packages
systemctl enable lightdm.service
systemctl enable bluetooth.service --now
systemctl enable NetworkManager.service --now