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