Adding Freeplane, fix oh-my-zsh issues2
This commit is contained in:
parent
bb68ebb646
commit
bd535ca1c8
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
chsh -s $(which zsh)
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
Binary file not shown.
@ -36,6 +36,7 @@ install "feh"
|
||||
install "flameshot"
|
||||
install "blueman"
|
||||
install "brightnessctl"
|
||||
install "freeplane"
|
||||
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user