changes to artix install
parent
d5384658a2
commit
beab741f31
|
@ -11,10 +11,10 @@ read input
|
|||
# Required
|
||||
###################################################################
|
||||
#enables arch repos, lib32 multilib, community, and prompts for universe repo
|
||||
sh ./artix/repo-enable.sh
|
||||
# sh ./artix/repo-enable.sh
|
||||
|
||||
#install packages from package lists
|
||||
sudo sh -c 'pacman -S - < artix/pkgs/base.list' #background programs/libraries/services/adds core functionality
|
||||
# sudo sh -c 'pacman -S - < artix/pkgs/base.list' #background programs/libraries/services/adds core functionality
|
||||
|
||||
|
||||
####################################################################
|
||||
|
@ -22,34 +22,38 @@ read input
|
|||
####################################################################
|
||||
|
||||
#install extra programs, music players, pdf viewers, etc.
|
||||
sudo sh -c 'pacman -S - < artix/pkgs/extra.list'
|
||||
# sudo sh -c 'pacman -S - < artix/pkgs/extra.list'
|
||||
|
||||
|
||||
#install packages for my window manager setup
|
||||
sudo sh -c 'pacman -S - < artix/pkgs/wm.list'
|
||||
# sudo sh -c 'pacman -S - < artix/pkgs/wm.list'
|
||||
|
||||
|
||||
#install my aur packages
|
||||
yay -S - < artix/pkgs/aur.list
|
||||
|
||||
#runit init setup
|
||||
sudo sh -c 'pacman -S - < artix/pkgs/runit.list'
|
||||
sh ./artix/runit-config.sh
|
||||
# sudo sh -c 'pacman -S - < artix/pkgs/runit.list'
|
||||
# sh ./artix/runit-config.sh
|
||||
|
||||
#install development programs
|
||||
sh ./artix/devel.sh
|
||||
# sh ./artix/devel.sh
|
||||
|
||||
#setup steam and lutris for gaming
|
||||
#pass one of --amd,--nvidia,--intel to this script
|
||||
sh ./artix/gaming.sh --amd
|
||||
# sh ./artix/gaming.sh --amd
|
||||
|
||||
#setup wireless (wifi,bluetooth)
|
||||
#sh ./artix/wireless.sh
|
||||
|
||||
#do my configuration stuff, setup home directories, configure ufw, grub theming, etc.
|
||||
sh ./artix/config.sh
|
||||
# sh ./artix/config.sh
|
||||
|
||||
#install local git repos, needed for wm.txt
|
||||
sh ~/.local/scripts/install.sh add-repos ~/.local/installers/repos.txt
|
||||
# sh ~/.local/scripts/install.sh add-repos ~/.local/installers/repos.txt
|
||||
|
||||
#uncomment appropriate line for cpu type
|
||||
sudo pacman -S amd-ucode
|
||||
# sudo pacman -S amd-ucode
|
||||
#sudo pacman -S intel-ucode
|
||||
|
||||
####################################################################
|
||||
|
|
|
@ -6,7 +6,6 @@ mkdir -p ~/.local/share/gnupg/
|
|||
mkdir -p ~/.config/mpd/playlists
|
||||
mkdir -p ~/.local/share/desktop
|
||||
|
||||
if [ "$UFW_CONFIG" ]; then
|
||||
sudo ufw default deny incoming
|
||||
sudo ufw default allow outgoing
|
||||
sudo ufw allow http
|
||||
|
@ -25,7 +24,6 @@ if [ "$UFW_CONFIG" ]; then
|
|||
sudo ufw allow 4380/udp
|
||||
|
||||
sudo ufw enable
|
||||
fi
|
||||
|
||||
|
||||
#install zsh shell
|
||||
|
|
|
@ -2,12 +2,18 @@ lf
|
|||
mutt-wizard
|
||||
htim
|
||||
jmtpfs
|
||||
pipe-viewer-git
|
||||
deb2appimage
|
||||
tremc-git
|
||||
dashbinsh
|
||||
kjv-apocrypha
|
||||
pfetch
|
||||
sysrq-enabler
|
||||
wlr-randr
|
||||
sfeed
|
||||
alacritty-git
|
||||
gammastep-git
|
||||
bat-cat-git
|
||||
zathura-git
|
||||
zathura-cb-git
|
||||
zathura-djvu-git
|
||||
zathura-pdf-mupdf-git
|
||||
viu-git
|
||||
ncpamixer-git
|
||||
|
|
|
@ -25,7 +25,6 @@ unzip
|
|||
p7zip
|
||||
dash
|
||||
mesa
|
||||
udevil
|
||||
rsync
|
||||
cronie
|
||||
connman
|
||||
|
|
|
@ -1,17 +1,9 @@
|
|||
zathura
|
||||
zathura-cb
|
||||
zathura-pdf-mupdf
|
||||
zathura-djvu
|
||||
pulsemixer
|
||||
pavucontrol
|
||||
pamixer
|
||||
connman-gtk
|
||||
youtube-dl
|
||||
transmission-cli
|
||||
neovim
|
||||
mpd
|
||||
ncmpcpp
|
||||
mpc
|
||||
mpv
|
||||
opendoas
|
||||
zsh
|
||||
|
@ -21,12 +13,8 @@ shellcheck
|
|||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
noto-fonts-cjk
|
||||
papirus-icon-theme
|
||||
lxappearance
|
||||
qt5ct
|
||||
imagemagick
|
||||
ffmpegthumbnailer
|
||||
bat
|
||||
python-pdftotext
|
||||
viu
|
||||
python-pywal
|
||||
|
|
|
@ -3,10 +3,7 @@ swaybg
|
|||
swayidle
|
||||
swaylock
|
||||
waybar
|
||||
imv
|
||||
alacritty
|
||||
bemenu-wayland
|
||||
gammastep
|
||||
mako
|
||||
wl-clipboard
|
||||
grim
|
||||
|
|
Loading…
Reference in New Issue