#!/bin/bash dotfiles=$1 scripts=$dotfiles/scripts echo "Updating user shell..." $scripts/chuser echo "Enabling network manager..." sudo systemctl enable NetworkManager --now # Neovim $scripts/install/vim $scripts/install/zsh $dotfiles