Compare commits
No commits in common. "1fffb67a6f68ccc21cfac0a6bc2a517b1d5d0d4f" and "2970da067685083ffca6b7b8a78d795f1912f1aa" have entirely different histories.
1fffb67a6f
...
2970da0676
4
Makefile
4
Makefile
|
@ -71,7 +71,7 @@ python:
|
|||
$(call vinstall,python3 python3-pip python3-pipenv)
|
||||
|
||||
tools:
|
||||
$(call vinstall,base-devel git tcc wget vim-x11 tmux psmisc)
|
||||
$(call vinstall,base-devel git tcc wget vim-x11 tmux)
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -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 picom trash-cli xwallpaper gnupg2 ghostscript
|
||||
xbps-install -Sy fzf mpv cmus cmus-flac mupdf ffmpeg scrot trash-cli xwallpaper gnupg2 ghostscript
|
||||
|
||||
make install -C $SRCPATH/sde/
|
||||
make install -C $SRCPATH/waterfox/
|
||||
|
|
Loading…
Reference in New Issue