mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-19 08:45:36 +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:
parent
45ad03dcab
commit
102cbb7e24
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue