diff options
author | rafa_99 <raroma09@gmail.com> | 2021-12-08 14:39:41 +0000 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2021-12-08 14:39:41 +0000 |
commit | a0b3b307ecf5a1c3d69446ed1bc6a13b79ecc66f (patch) | |
tree | 1d9fec8ac1a919ec444db97f33ea0805bbed5723 | |
parent | 0f74b3ac5779474fcc314f0414a00d7044ff6066 (diff) |
Some changes
-rw-r--r-- | INSTALL/arch-install | 3 | ||||
-rw-r--r-- | INSTALL/artix-install | 3 | ||||
-rw-r--r-- | INSTALL/gentoo-install | 3 | ||||
-rw-r--r-- | INSTALL/parabola-install | 3 | ||||
-rw-r--r-- | newsboat/.config/newsboat/urls | 3 |
5 files changed, 14 insertions, 1 deletions
diff --git a/INSTALL/arch-install b/INSTALL/arch-install index 04f6c14..00e7d47 100644 --- a/INSTALL/arch-install +++ b/INSTALL/arch-install @@ -27,6 +27,9 @@ sudo pacman --needed -Syu stow opendoas pamixer zsh ncmpcpp xwallpaper newsboat # Building Folder Structure 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 ~/Mount ~/.local/share/gnupg ~/.local/share/pass +# Setting folder permissions +chmod 700 ~/.local/share/gnupg + doas sh -c 'echo "export _JAVA_AWT_WM_NONREPARENTING=1" >>/etc/profile.d/jre.sh' chsh -s /bin/zsh diff --git a/INSTALL/artix-install b/INSTALL/artix-install index 4410d3f..5886269 100644 --- a/INSTALL/artix-install +++ b/INSTALL/artix-install @@ -27,6 +27,9 @@ sudo pacman --needed -Syu stow opendoas pamixer zsh ncmpcpp xwallpaper newsboat # Building Folder Structure 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 ~/Mount ~/.local/share/gnupg ~/.local/share/pass +# Setting folder permissions +chmod 700 ~/.local/share/gnupg + doas sh -c 'echo "export _JAVA_AWT_WM_NONREPARENTING=1" >>/etc/profile.d/jre.sh' chsh -s /bin/zsh diff --git a/INSTALL/gentoo-install b/INSTALL/gentoo-install index 79f8d69..fe6602a 100644 --- a/INSTALL/gentoo-install +++ b/INSTALL/gentoo-install @@ -40,6 +40,9 @@ else # Building Folder Structure 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 ~/Mount ~/.local/share/gnupg ~/.local/share/pass + # Setting folder permissions + chmod 700 ~/.local/share/gnupg + doas sh -c 'echo "export _JAVA_AWT_WM_NONREPARENTING=1" >>/etc/profile.d/jre.sh' chsh -s /bin/zsh diff --git a/INSTALL/parabola-install b/INSTALL/parabola-install index 7ae5ee6..4cc8a73 100644 --- a/INSTALL/parabola-install +++ b/INSTALL/parabola-install @@ -30,6 +30,9 @@ doas rc-update add cupsd default # Building Folder Structure 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 ~/Mount ~/.local/share/gnupg ~/.local/share/pass +# Setting folder permissions +chmod 700 ~/.local/share/gnupg + doas sh -c 'echo "export _JAVA_AWT_WM_NONREPARENTING=1" >>/etc/profile.d/jre.sh' chsh -s /bin/zsh diff --git a/newsboat/.config/newsboat/urls b/newsboat/.config/newsboat/urls index e7d03b9..d27035f 100644 --- a/newsboat/.config/newsboat/urls +++ b/newsboat/.config/newsboat/urls @@ -73,7 +73,8 @@ https://videos.lukesmith.xyz/feeds/videos.atom?sort=-publishedAt&filter=local "~ https://www.youtube.com/feeds/videos.xml?channel_id=UC7YOGHUfC1Tb6E4pudI9STA "~MentalOutlaw" https://notrelated.xyz/rss "~Not Related" https://www.youtube.com/feeds/videos.xml?channel_id=UCgTNupxATBfWmfehv21ym-g "~Null Byte" -https://twitchrss.appspot.com/vod/paulo_pereira "~Paulo Pereira" +https://www.youtube.com/feeds/videos.xml?channel_id=UCetmdF6qGnMAdZP32i8AnbA "~Paulo Pereira" +https://twitchrss.appspot.com/vod/paulo_pereira "~Paulo Pereira Twitch" https://www.youtube.com/feeds/videos.xml?channel_id=UCagr0g_2EIqyAjRP1zAHu9g "~Peladophobian" https://www.youtube.com/feeds/videos.xml?channel_id=UCW6xlqxSY3gGur4PkGPEUeA "~Seytonic" https://www.youtube.com/feeds/videos.xml?channel_id=UCFmjA6dnjv-phqrFACyI8tw "~Spacehunn" |