mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 14:53:58 +01:00
added empty variables file
This commit is contained in:
parent
2f7386216c
commit
2df2c4e7b1
@ -106,6 +106,7 @@ function install_config {
|
|||||||
|
|
||||||
# create empty .custom alias file
|
# create empty .custom alias file
|
||||||
echo "" > ~/.custom
|
echo "" > ~/.custom
|
||||||
|
echo "" > ~/.variables
|
||||||
|
|
||||||
# system fixes
|
# system fixes
|
||||||
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
|
echo fs.inotify.max_user_watches=524288 | sudo tee /etc/sysctl.d/40-max-user-watches.conf && sudo sysctl --system
|
||||||
|
Loading…
Reference in New Issue
Block a user