Pass as password manager and ncs improved
This commit is contained in:
12
install.sh
12
install.sh
@@ -1,4 +1,5 @@
|
||||
#! /bin/bash
|
||||
source dotfiles/.bashrc
|
||||
|
||||
# Install Paru
|
||||
if [ ! $(command -v paru) ]; then
|
||||
@@ -14,10 +15,10 @@ fi
|
||||
paru -Sy curl git stow bat fzf less nextcloud-client
|
||||
|
||||
# Install Apps
|
||||
paru -Sy obsidian signal-desktop fragments secrets newsflash eyedropper obfuscate gnome-console gnome-calendar impression gnome-podcasts geary brave-bin
|
||||
paru -Sy obsidian signal-desktop newsflash eyedropper gnome-console gnome-calendar impression gnome-podcasts brave-bin
|
||||
|
||||
# Install CLI Apps
|
||||
paru -Sy iamb tmux ollama vim
|
||||
paru -Sy iamb tmux ollama vim transmission-cli mutt gpg pass
|
||||
|
||||
if [ $(pwd) != "$HOME/dotfiles" ]; then
|
||||
cd $HOME
|
||||
@@ -35,5 +36,12 @@ dconf load / < dconf-settings
|
||||
|
||||
xdg-settings set default-web-browser brave-browser.desktop
|
||||
|
||||
# Import Files, Passwords and Keys
|
||||
ncs
|
||||
gpg --import-ownertrust ~/Nextcloud/SYNC/exported-keys/private.pgp
|
||||
gpg --import-ownertrust ~/Nextcloud/SYNC/exported-keys/public.pgp
|
||||
gpg --import-ownertrust < ~/Nextcloud/SYNC/exported-keys/trustlevel.txt
|
||||
ln -s ~/Nextcloud/SYNC/password-store/ ~/.password-store
|
||||
|
||||
echo
|
||||
echo -e "${GREEN}[I] Done.${ENDCOLOR}"
|
||||
|
||||
Reference in New Issue
Block a user