update sublime builds/config

This commit is contained in:
Aliberk Sandıkçı 2023-10-23 23:46:05 +03:00
parent 692e5fcd5d
commit aa4af0c04f
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
3 changed files with 5 additions and 2 deletions

View File

@ -23,6 +23,9 @@ wget -qO- https://raw.githubusercontent.com/asandikci/iflbot-setup/main/install.
- GNU GPLv3+ - GNU GPLv3+
### TODO ### TODO
- [ ] Auto Sleep 2H
- [ ] Auto Dimming 2H
- [ ] Default file assocation for Sublime text with .c, .cpp
- [ ] Disable annoying bell sound (in each restart) - [ ] Disable annoying bell sound (in each restart)
- Firefox - Firefox
- [ ] Firefox Change MainPage - [ ] Firefox Change MainPage

View File

@ -8,7 +8,7 @@
{ {
"name": "Run in Terminal", "name": "Run in Terminal",
"linux": { "linux": {
"shell_cmd": "gcc -fsanitize=address -fsanitize=undefined -Wall -Wshadow \"${file}\" -o \"${file_path}/${file_base_name}\" && echo Complied && time xfce4-terminal -e \"bash -c '\"${file_path}/${file_base_name}\" && echo && echo Press ENTER to continue && read line && exit'\"" "shell_cmd": "gcc -fsanitize=address -fsanitize=undefined -Wall -Wshadow \"${file}\" -o \"${file_path}/${file_base_name}\" && echo Complied && time xfce4-terminal -e \"bash -c '\"${file_path}/${file_base_name}\" && echo && echo && echo --------------------------------- && echo Press ENTER to continue && read line && exit'\""
}, },
}, },
] ]

View File

@ -17,4 +17,4 @@ SUBLIME_CONFIG_FILE="/home/${user}/.config/sublime-text/Packages/User/"
sudo cp "$1/sublime/gcc.sublime-build" "$SUBLIME_CONFIG_FILE" sudo cp "$1/sublime/gcc.sublime-build" "$SUBLIME_CONFIG_FILE"
### Desktop Files ### Desktop Files
mv "$1/example/" "/home/${user}/Masaüstü/'C Kodları'/" mv "$1/example/" "/home/${user}/Masaüstü/C Kodları/"