From b0344114aa8a6070b75bd35678404f19a1aab83f Mon Sep 17 00:00:00 2001 From: Jake Pullen <88822333+Jake-Pullen@users.noreply.github.com> Date: Mon, 26 May 2025 11:07:34 +0100 Subject: [PATCH] adding laptop bits --- git/gitconfig | 2 +- set_up_dev/install_me.sh | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index 8704b68..015f6a7 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -1,5 +1,5 @@ [user] - email = Jake.Pullen333@gmail.com + email = 88822333+Jake-Pullen@users.noreply.github.com name = Jake Pullen [commit] diff --git a/set_up_dev/install_me.sh b/set_up_dev/install_me.sh index a3bd055..07b5331 100755 --- a/set_up_dev/install_me.sh +++ b/set_up_dev/install_me.sh @@ -39,6 +39,10 @@ package_list=( "ollama" "waybar" "flameshot" + "zsh" + "zsh-completions" + "ttf-font-awesome" + "nerd-fonts" ) # Create a string of packages @@ -53,3 +57,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh ## Linutil by CTT curl -fsSL https://christitus.com/linux | sh + +## make zsh the default shell +chsh /usr/bin/zsh +