mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
feat(bootstrap): Initialise windows script
This commit is contained in:
parent
1cdb00ba50
commit
1025053406
12 changed files with 314 additions and 99 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue