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/
|
||||||
.local/share/gnupg/
|
.local/share/gnupg/
|
||||||
.local/share/virtualenv/
|
.local/share/virtualenv/
|
||||||
.local/share/firefox/
|
|
||||||
.local/src/
|
.local/src/
|
||||||
|
|
||||||
rework progs.csv
|
rework progs.csv
|
||||||
|
|
|
@ -112,7 +112,7 @@ addlogin() {
|
||||||
chown "$name":wheel /home/"$name"
|
chown "$name":wheel /home/"$name"
|
||||||
export HOME="/home/$name"
|
export HOME="/home/$name"
|
||||||
export repodir="$HOME/.local/src"
|
export repodir="$HOME/.local/src"
|
||||||
export dotsdir="$HOME/.dotfiles"
|
export dotsdir="$HOME/.local/share/stow/dots"
|
||||||
mkdir -p "$repodir"
|
mkdir -p "$repodir"
|
||||||
chown -R "$name":wheel "$(dirname "$repodir")"
|
chown -R "$name":wheel "$(dirname "$repodir")"
|
||||||
echo "$name:$pass1" | chpasswd
|
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."
|
,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."
|
,socat,"is a utility which establishes two byte streams and transfers data between them."
|
||||||
,moreutils,"is a collection of useful unix tools."
|
,moreutils,"is a collection of useful unix tools."
|
||||||
,kitty,"is a terminal emulator."
|
|
||||||
,mpd,"is a lightweight music daemon."
|
,mpd,"is a lightweight music daemon."
|
||||||
,mpc,"provides a terminal interface for mpd."
|
,mpc,"provides a terminal interface for mpd."
|
||||||
,ncmpcpp,"provides an ncurses interface for mpc."
|
,ncmpcpp,"provides an ncurses interface for mpc."
|
||||||
|
|
|
14
requirements
14
requirements
|
@ -24,7 +24,6 @@ xdotool
|
||||||
zathura
|
zathura
|
||||||
fzf
|
fzf
|
||||||
bat
|
bat
|
||||||
kitty
|
|
||||||
xsecurelock
|
xsecurelock
|
||||||
lf
|
lf
|
||||||
psmisc
|
psmisc
|
||||||
|
@ -47,17 +46,6 @@ xdg-utils
|
||||||
ffmpeg-thumbnailer
|
ffmpeg-thumbnailer
|
||||||
htop-vim
|
htop-vim
|
||||||
|
|
||||||
libX11-devel
|
|
||||||
#libxcb-devel
|
|
||||||
libXft-devel
|
|
||||||
libXinerama-devel
|
|
||||||
libassuan-devel
|
|
||||||
libconfig-devel
|
|
||||||
gpgme-devel
|
|
||||||
|
|
||||||
-- needed --
|
-- needed --
|
||||||
npm
|
npm
|
||||||
networkmanager-dmenu
|
brave
|
||||||
|
|
||||||
-- update needed --
|
|
||||||
dunst
|
|
||||||
|
|
Loading…
Reference in New Issue