Compare commits

..

No commits in common. "a828cfb98714510e9f6cbebb6c70f6b81472e6d6" and "31fde55741e1bced522f056ecab9138a34efda4e" have entirely different histories.

View File

@ -291,7 +291,7 @@ function install_fzf() {
cd $CONFIG || err "Folder $CONFIG has been NOT found"
git clone https://github.com/junegunn/fzf.git $FOLDER && timestamp "Cloning the FZF"
cd $FOLDER || err "Folder $FOLDER has been NOT found"
git pull -q && timestamp "Pulled the $FOLDER configuration"
git pull -q && timestamp "Pulling the $FOLDER configuration"
make install
fi
}
@ -477,13 +477,6 @@ function install_brew_programs() {
brew cleanup --prune=all
}
function install_winbox_old() {
curl -o /tmp/winbox64.exe \
"$(curl --silent https://mikrotik.com/download | grep -o 'https:\/\/download.*winbox64.exe')"
mv -v /tmp/winbox64.exe ~/Applications/winbox.exe
xattr -cr ~/Applications/winbox.exe
}
function main() {
command_start update_pip
command_start install_neovim_module_for_python
@ -520,7 +513,6 @@ function main() {
command_start install_precommit
command_start install_streamlink
command_start install_fzf
command_start install_winbox_old
command_start install_zsh_addons
command_start install_brew_programs
}