mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-25 16:55:43 +00:00
fix: flatpak and plug
This commit is contained in:
parent
a39dd03e8d
commit
d561dda577
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,7 @@ rpm-ostree install --idempotent --apply-live --allow-inactive \
|
|||
kitty zsh
|
||||
|
||||
echo "==[host] Installing flatpaks"
|
||||
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
flatpak install --user com.bitwarden.desktop
|
||||
flatpak install --user md.obsidian.Obsidian
|
||||
flatpak install --user org.mozilla.firefox
|
||||
|
@ -40,6 +41,10 @@ home-manager switch
|
|||
echo "==[host] Use zsh as default shell"
|
||||
sudo chsh $USER --shell=/bin/zsh
|
||||
|
||||
echo "==[host] Plug for neovim"
|
||||
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||
|
||||
echo "==[host] Installing fonts"
|
||||
HOME_FONTS_DIR="${HOME_DIR}/.local/share/fonts"
|
||||
mkdir -p ${HOME_FONTS_DIR}
|
||||
|
|
Loading…
Reference in a new issue