added after install and syncLocalSettings.json

This commit is contained in:
2022-08-03 21:59:52 +02:00
parent a1f57b67b8
commit ab3820fe8c
5 changed files with 64 additions and 1 deletions

View File

@@ -117,6 +117,9 @@ function install_config {
echo "" >~/.custom
echo "" >~/.variables
# files to be copied once
cp "$PWD"/config/code/syncLocalSettings.json ~/.config/Code/User/
# system fixes
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
mkdir -p ~/Pictures/Screenshots