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:
parent
177333d911
commit
90f5f8b3f4
92
packages
Normal file
92
packages
Normal 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
13
scripts/listpackages.sh
Executable 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
7
scripts/setup.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user