Adding Freeplane, fix oh-my-zsh issues2
This commit is contained in:
parent
bb68ebb646
commit
bd535ca1c8
@ -8,5 +8,3 @@
|
|||||||
|
|
||||||
- [ ] importing Firefox plugins
|
- [ ] importing Firefox plugins
|
||||||
- [ ] importing Zotero 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)"
|
unameOut="$(uname -s)"
|
||||||
case "${unameOut}" in
|
case "${unameOut}" in
|
||||||
Linux*)
|
Linux*)
|
||||||
machine=Linux;;
|
machine=Linux;;
|
||||||
Darwin*)
|
Darwin*)
|
||||||
machine=Mac;;
|
machine=Mac;;
|
||||||
CYGWIN*)
|
CYGWIN*)
|
||||||
machine=Cygwin;;
|
machine=Cygwin;;
|
||||||
MINGW*)
|
MINGW*)
|
||||||
machine=MinGw;;
|
machine=MinGw;;
|
||||||
MSYS_NT*)
|
MSYS_NT*)
|
||||||
machine=Git;;
|
machine=Git;;
|
||||||
*)
|
*)
|
||||||
machine="UNKNOWN:${unameOut}"
|
machine="UNKNOWN:${unameOut}"
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ echo "Installing ${pkg_manager} packages"
|
|||||||
bash programs/package_manager/${pkg_manager}/packages.sh
|
bash programs/package_manager/${pkg_manager}/packages.sh
|
||||||
if [ -d programs/package_manager/${pkg_manager}/others ]
|
if [ -d programs/package_manager/${pkg_manager}/others ]
|
||||||
then
|
then
|
||||||
for file in programs/package_manager/${pkg_manager}/others/*.sh
|
for file in programs/package_manager/${pkg_manager}/others/*.sh
|
||||||
do
|
do
|
||||||
bash ${file}
|
bash ${file}
|
||||||
done
|
done
|
||||||
@ -46,8 +46,8 @@ do
|
|||||||
bash ${file}
|
bash ${file}
|
||||||
done
|
done
|
||||||
echo "Installing dotfiles"
|
echo "Installing dotfiles"
|
||||||
for file in programs/dotfiles/*.sh
|
bash programs/dotfiles/oh-my-zsh.sh
|
||||||
do
|
bash programs/dotfiles/zsh-plugins.sh
|
||||||
bash ${file}
|
bash programs/dotfiles/powerlevel10k.sh
|
||||||
done
|
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 "flameshot"
|
||||||
install "blueman"
|
install "blueman"
|
||||||
install "brightnessctl"
|
install "brightnessctl"
|
||||||
|
install "freeplane"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ function install {
|
|||||||
echo "Already installed: ${1}"
|
echo "Already installed: ${1}"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
brew update
|
brew update
|
||||||
|
|
||||||
@ -33,6 +33,7 @@ install "mactex" "cask"
|
|||||||
install "bitwarden" "cask"
|
install "bitwarden" "cask"
|
||||||
install "visual-studio-code" "cask"
|
install "visual-studio-code" "cask"
|
||||||
install "spotify" "cask"
|
install "spotify" "cask"
|
||||||
|
install "freeplane" "cask"
|
||||||
|
|
||||||
install "neovim"
|
install "neovim"
|
||||||
install "tmux"
|
install "tmux"
|
||||||
|
Loading…
Reference in New Issue
Block a user