mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
refractor(bootstrap): Format with shfmt
This commit is contained in:
parent
f015467b1b
commit
0ce74497cd
21 changed files with 271 additions and 377 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#! /bin/zsh
|
||||
|
||||
echo "Running the setup script"
|
||||
set -e
|
||||
set -x
|
||||
|
||||
# VARIABLES
|
||||
|
||||
|
|
@ -10,7 +12,6 @@ export DOTFILES="${DOTFILES:-$HOME/.dotfiles}"
|
|||
export WHEEL=1
|
||||
export GUI_SETUP=1
|
||||
|
||||
|
||||
# Xcode Command Line Tools
|
||||
echo "[INFO] Installing Xcode Command Line Tools"
|
||||
echo "[ACTION] Request Human Takeover"
|
||||
|
|
@ -34,7 +35,6 @@ echo "[INFO] Installing Homebrew"
|
|||
echo "[ACTION] Request Human Input"
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
|
||||
|
||||
echo "[ACTION] Press any key to continue when xcode CLI tools are installed"
|
||||
read -n 1
|
||||
|
||||
|
|
@ -55,7 +55,6 @@ brew bundle --file=$DOTFILES/bootstrap/macOS/Brewfile
|
|||
# Setting up emacs
|
||||
ln -s /usr/local/opt/emacs-mac/Emacs.app /Applications/Emacs.app
|
||||
|
||||
|
||||
# Setting Default Apps
|
||||
|
||||
source $DOTFILES/bootstrap/macOS/duti.zsh
|
||||
|
|
@ -77,14 +76,12 @@ echo "[INFO] Installing Doom Emacs"
|
|||
|
||||
source $DOTFILES/bootstrap/components/emacs.sh
|
||||
|
||||
|
||||
echo "[INFO] Installing Color Scheme (Catppuccin Mocha)"
|
||||
|
||||
fish $DOTFILES/bootstrap/temp/mocha_port.fish
|
||||
|
||||
# Misc
|
||||
|
||||
|
||||
dotnet tool install --global dotnet-repl
|
||||
|
||||
pnpm install -g typescript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue