update dev software
This commit is contained in:
parent
1e9e00859d
commit
a21989bf15
2 changed files with 3 additions and 2 deletions
|
@ -14,7 +14,7 @@ git_install(){
|
|||
|
||||
deploy_dotfiles(){
|
||||
printf "Deploying dotfiles...\n"
|
||||
su - $user -c "git clone $dotfiles && cd dotfiles && rm -rf .git README.md && cp -r .cache .config .local .zprofile /home/$user/ && cd && rm -rf dotfiles"
|
||||
su - $user -c "git clone $dotfiles && cd dotfiles && rm -rf .git .gitmodules README.md && cp -r .cache .config .local .zprofile /home/$user/ && cd && rm -rf dotfiles"
|
||||
}
|
||||
|
||||
read_software(){
|
||||
|
@ -39,7 +39,7 @@ setup_greetd(){
|
|||
vt = 7
|
||||
|
||||
[default_session]
|
||||
command = "tuigreet -t -r --cmd /home/$user/.local/bin/dwmlaunch"
|
||||
command = "tuigreet -t -r --cmd /home/$user/.local/bin/dwllaunch"
|
||||
user = "greetd"
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue