1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-18 16:26:50 +00:00

chore: Refactor installation process in install.zsh

- Remove debug and unnecessary commands from `install.zsh`
- Improve output of `install` function in `install.zsh`
- Other minor changes in various files
This commit is contained in:
Luna 2023-04-08 13:28:33 +02:00
parent 45ad03dcab
commit 102cbb7e24

View file

@ -1,8 +1,6 @@
#!/usr/bin/env zsh
# env, because some OSes keep zsh in /bin (I'm looking at you, Alpine)
echo $LAPTOP
exit
install() {
# screw you coreutils install and your ugly messages
command install -Dv $@ | grep -v removed