Remove useless files
This commit is contained in:
parent
e74627bff0
commit
4f0be2b4b7
2 changed files with 0 additions and 48 deletions
|
@ -1,35 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
USER=$1
|
||||
USER_HOME=$(getent passwd "$USER" | cut -d: -f6)
|
||||
|
||||
echo "%wheel ALL=(ALL:ALL) NOPASSWD: ALL" | EDITOR='tee -a' visudo
|
||||
|
||||
systemctl enable docker.service
|
||||
usermod -aG docker "$USER"
|
||||
|
||||
usermod --shell /usr/bin/zsh "$USER"
|
||||
|
||||
su - "$USER" <<EOF
|
||||
mkdir -p "$USER_HOME/docs/repos"
|
||||
cd "$USER_HOME/docs/repos"
|
||||
|
||||
git clone https://git.hadeedahmad.com/hadeed/dots
|
||||
cd dots
|
||||
git remote set-url origin git@git.hadeedahmad.com:hadeed/dots
|
||||
|
||||
python bin/stow.py
|
||||
EOF
|
||||
|
||||
cd "$USER_HOME"
|
||||
rm -rf Desktop Documents Downloads Music Pictures Public Templates Videos
|
||||
mkdir dl docs pics
|
||||
su - "$USER" -c "xdg-user-dirs-update"
|
||||
|
||||
su - "$USER" <<EOF
|
||||
pyenv install 3.13
|
||||
pyenv global 3.13
|
||||
EOF
|
||||
|
||||
mkdir "$USER_HOME/.ssh"
|
||||
chmod 700 "$USER_HOME/.ssh"
|
|
@ -1,13 +0,0 @@
|
|||
bat
|
||||
docker
|
||||
docker-compose
|
||||
eza
|
||||
kitty
|
||||
neovim
|
||||
pyenv
|
||||
starship
|
||||
tinyxxd
|
||||
ttf-jetbrains-mono
|
||||
ttf-nerd-fonts-symbols-common
|
||||
xsel
|
||||
zsh
|
Loading…
Reference in a new issue