chore: kde-neon -> linux, kitty themes + settings, install-script fixes

This commit is contained in:
Pratik Tripathy
2024-09-18 00:06:56 +05:30
parent 42b8551ef1
commit 90084f4780
15 changed files with 175 additions and 80 deletions

View File

@@ -1,5 +1,13 @@
#!/usr/bin/env sh
# TODO: Things that did not work
# - Shortcuts: Maximize current window with [Windows + space] didn't
# - NEOVIM: Lazy did not download automatically
# - dotfiles: could NOT link it to aliases_personal
# TODO: Ensure KDE, Jetbrains, Zed, Sublime-text, VS-Code, flatpak, kitty: have the same theme installed
# NOTE: should download dotfiles repo to ~ and NOT to ~/Downloads - since we are going to link Downloads
kitty_term() {
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
@@ -31,8 +39,6 @@ post_install() {
ln -s /home/linuxbrew/.linuxbrew/share/fonts -t ~/.local/share && fc-cache -fv
fi
# TODO: Ensure KDE, Jetbrains, Zed, Sublime-text, VS-Code, flatpak have: the same theme installed
rm -rf ~/.cache
}
@@ -53,10 +59,10 @@ main() {
pre_install
./install-os-packages.sh
./install-brew-packages.sh
./install-flatpak-packages.sh
# ./install-brew-packages.sh
# ./install-flatpak-packages.sh
manual_installs
# manual_installs
post_install
cat "$INSTALL_LOG_FILE"