Adding Freeplane, fix oh-my-zsh issues2

This commit is contained in:
araison 2024-01-31 16:25:49 +01:00
parent bb68ebb646
commit bd535ca1c8
6 changed files with 14 additions and 16 deletions

View File

@ -8,5 +8,3 @@
- [ ] importing Firefox plugins
- [ ] importing Zotero plugins
- [ ] fixing Stow and dotfiles repo issue
- [ ] set up a better Obsidian install process on Linux machine

View File

@ -3,17 +3,17 @@
unameOut="$(uname -s)"
case "${unameOut}" in
Linux*)
Linux*)
machine=Linux;;
Darwin*)
Darwin*)
machine=Mac;;
CYGWIN*)
CYGWIN*)
machine=Cygwin;;
MINGW*)
MINGW*)
machine=MinGw;;
MSYS_NT*)
MSYS_NT*)
machine=Git;;
*)
*)
machine="UNKNOWN:${unameOut}"
esac
@ -34,7 +34,7 @@ echo "Installing ${pkg_manager} packages"
bash programs/package_manager/${pkg_manager}/packages.sh
if [ -d programs/package_manager/${pkg_manager}/others ]
then
for file in programs/package_manager/${pkg_manager}/others/*.sh
for file in programs/package_manager/${pkg_manager}/others/*.sh
do
bash ${file}
done
@ -46,8 +46,8 @@ do
bash ${file}
done
echo "Installing dotfiles"
for file in programs/dotfiles/*.sh
do
bash ${file}
done
bash programs/dotfiles/oh-my-zsh.sh
bash programs/dotfiles/zsh-plugins.sh
bash programs/dotfiles/powerlevel10k.sh
bash programs/dotfiles/nerd-font.sh

View File

@ -1,2 +0,0 @@
chsh -s $(which zsh)
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

View File

@ -36,6 +36,7 @@ install "feh"
install "flameshot"
install "blueman"
install "brightnessctl"
install "freeplane"

View File

@ -15,7 +15,7 @@ function install {
echo "Already installed: ${1}"
fi
}
brew update
@ -33,6 +33,7 @@ install "mactex" "cask"
install "bitwarden" "cask"
install "visual-studio-code" "cask"
install "spotify" "cask"
install "freeplane" "cask"
install "neovim"
install "tmux"