Compare commits

...

2 Commits

Author SHA1 Message Date
ed barz 1fffb67a6f don't run dot-install 2020-10-28 10:56:31 +01:00
ed barz 40626604f2 picom added for noicer desktop 2020-10-28 10:49:48 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ python:
$(call vinstall,python3 python3-pip python3-pipenv)
tools:
$(call vinstall,base-devel git tcc wget vim-x11 tmux)
$(call vinstall,base-devel git tcc wget vim-x11 tmux psmisc)
post-install: python tools
cp post-install.sh $(MNTDIR)/usr/local/bin/
@ -87,7 +87,7 @@ run-post-install: post-install
nuser:
chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel,audio,lp,scanner
chroot $(MNTDIR) passwd $(NUSRNAME)
chroot $(MNTDIR) dot-install $(NUSRNAME)
#chroot $(MNTDIR) dot-install $(NUSRNAME)
laptop: metal wifi xorg audio run-post-install nuser

View File

@ -22,7 +22,7 @@ xbps-install -Sy libX11-devel libXft-devel libXinerama-devel imlib2-devel libexi
#waterfox deps
xbps-install -Sy gtk+3-devel dbus-glib-devel adwaita-icon-theme
xbps-install -Sy fzf mpv cmus cmus-flac mupdf ffmpeg scrot trash-cli xwallpaper gnupg2 ghostscript
xbps-install -Sy fzf mpv cmus cmus-flac mupdf ffmpeg scrot picom trash-cli xwallpaper gnupg2 ghostscript
make install -C $SRCPATH/sde/
make install -C $SRCPATH/waterfox/