diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL/arch-install | 1 | ||||
-rw-r--r-- | INSTALL/gentoo-install | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL/arch-install b/INSTALL/arch-install index 72201d2..6d73a07 100644 --- a/INSTALL/arch-install +++ b/INSTALL/arch-install @@ -23,6 +23,7 @@ sudo pacman --needed -Syu stow opendoas pamixer zsh ncmpcpp xwallpaper newsboat mkdir -p ~/Documents/PDF ~/Documents/Text ~/Documents/Disks ~/Documents/Archives ~/Documents/VMs ~/Downloads ~/Games/WINEPREFIX ~/Pictures/Screenshots ~/Pictures/GIMP ~/Videos/Recordings ~/Code ~/.config/git ~/.config/wallpaper ~/.local/share/gnupg ~/.local/share/pass # Setting folder permissions +chmod 600 ~/.local/share/gnupg/* chmod 700 ~/.local/share/gnupg doas sh -c 'echo "export _JAVA_AWT_WM_NONREPARENTING=1" >>/etc/profile.d/jre.sh' diff --git a/INSTALL/gentoo-install b/INSTALL/gentoo-install index fc184b1..7bf2261 100644 --- a/INSTALL/gentoo-install +++ b/INSTALL/gentoo-install @@ -39,6 +39,7 @@ else mkdir -p ~/Documents/PDF ~/Documents/Text ~/Documents/Disks ~/Documents/Archives ~/Documents/VMs ~/Downloads ~/Games/WINEPREFIX ~/Pictures/Screenshots ~/Pictures/GIMP ~/Videos/Recordings ~/Code ~/.config/git ~/.config/wallpaper ~/.local/share/gnupg ~/.local/share/pass # Setting folder permissions + chmod 600 ~/.local/share/gnupg/* chmod 700 ~/.local/share/gnupg doas sh -c 'echo "export _JAVA_AWT_WM_NONREPARENTING=1" >>/etc/profile.d/jre.sh' |