Skip to content

Commit

Permalink
Give KDE logout scripts correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
leomeinel committed Oct 21, 2022
1 parent 74f6256 commit 8181c42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ set -e
cp -R ~/dot-files/.config ~/dot-files/.bash_logout ~/dot-files/.bash_profile ~/dot-files/.bashrc ~/dot-files/.bash_aliases ~/
source ~/.bash_profile

# Give KDE logout scripts correct permissions
chmod 744 ~/.config/plasma-workspace/shutdown/*.sh

# Create .ssh
mkdir ~/.ssh
chmod 700 ~/.ssh
Expand Down

0 comments on commit 8181c42

Please sign in to comment.