some tiny updates
This commit is contained in:
parent
72a7219d0d
commit
657d06d857
1
TODO
1
TODO
|
@ -11,7 +11,6 @@ these files need to be created
|
|||
.local/share/
|
||||
.local/share/gnupg/
|
||||
.local/share/virtualenv/
|
||||
.local/share/firefox/
|
||||
.local/src/
|
||||
|
||||
rework progs.csv
|
||||
|
|
|
@ -112,7 +112,7 @@ addlogin() {
|
|||
chown "$name":wheel /home/"$name"
|
||||
export HOME="/home/$name"
|
||||
export repodir="$HOME/.local/src"
|
||||
export dotsdir="$HOME/.dotfiles"
|
||||
export dotsdir="$HOME/.local/share/stow/dots"
|
||||
mkdir -p "$repodir"
|
||||
chown -R "$name":wheel "$(dirname "$repodir")"
|
||||
echo "$name:$pass1" | chpasswd
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
,bat,"can highlight code output and display files and is used to generate previews in the file browser."
|
||||
,socat,"is a utility which establishes two byte streams and transfers data between them."
|
||||
,moreutils,"is a collection of useful unix tools."
|
||||
,kitty,"is a terminal emulator."
|
||||
,mpd,"is a lightweight music daemon."
|
||||
,mpc,"provides a terminal interface for mpd."
|
||||
,ncmpcpp,"provides an ncurses interface for mpc."
|
||||
|
|
|
14
requirements
14
requirements
|
@ -24,7 +24,6 @@ xdotool
|
|||
zathura
|
||||
fzf
|
||||
bat
|
||||
kitty
|
||||
xsecurelock
|
||||
lf
|
||||
psmisc
|
||||
|
@ -47,17 +46,6 @@ xdg-utils
|
|||
ffmpeg-thumbnailer
|
||||
htop-vim
|
||||
|
||||
libX11-devel
|
||||
#libxcb-devel
|
||||
libXft-devel
|
||||
libXinerama-devel
|
||||
libassuan-devel
|
||||
libconfig-devel
|
||||
gpgme-devel
|
||||
|
||||
-- needed --
|
||||
npm
|
||||
networkmanager-dmenu
|
||||
|
||||
-- update needed --
|
||||
dunst
|
||||
brave
|
||||
|
|
Loading…
Reference in New Issue