feat(bootstrap): Initialise windows script

This commit is contained in:
js0ny 2025-03-03 11:45:32 +00:00
parent 1cdb00ba50
commit 1025053406
12 changed files with 314 additions and 99 deletions

View file

@ -116,6 +116,8 @@ echo "[INFO] Setting up symbolic links"
source "$DOTFILES"/bootstrap/linux/symlinks.bash
set +x
if [ "$WHEEL" -eq 1 ]; then
source "$DOTFILES"/tools/bash/xdg-compact.sh
source "$DOTFILES"/tools/bash/global.bashrc
@ -124,6 +126,8 @@ source "$DOTFILES"/tools/bash/profile
source "$DOTFILES"/tools/bash/bashrc
source "$DOTFILES"/tools/bash/bash_aliases
set -x
if command -v zsh >/dev/null 2>&1; then
read -p "[ACTION] Do you want to setup zsh? (Y/n) " -r choice