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 Firefox plugins
- [ ] importing Zotero plugins - [ ] importing Zotero plugins
- [ ] fixing Stow and dotfiles repo issue
- [ ] set up a better Obsidian install process on Linux machine

View File

@ -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

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 "flameshot"
install "blueman" install "blueman"
install "brightnessctl" install "brightnessctl"
install "freeplane"

View File

@ -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"