update sublime builds/config
This commit is contained in:
parent
692e5fcd5d
commit
aa4af0c04f
3 changed files with 5 additions and 2 deletions
|
@ -23,6 +23,9 @@ wget -qO- https://raw.githubusercontent.com/asandikci/iflbot-setup/main/install.
|
|||
- GNU GPLv3+
|
||||
|
||||
### TODO
|
||||
- [ ] Auto Sleep 2H
|
||||
- [ ] Auto Dimming 2H
|
||||
- [ ] Default file assocation for Sublime text with .c, .cpp
|
||||
- [ ] Disable annoying bell sound (in each restart)
|
||||
- Firefox
|
||||
- [ ] Firefox Change MainPage
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{
|
||||
"name": "Run in Terminal",
|
||||
"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'\""
|
||||
},
|
||||
},
|
||||
]
|
|
@ -17,4 +17,4 @@ SUBLIME_CONFIG_FILE="/home/${user}/.config/sublime-text/Packages/User/"
|
|||
sudo cp "$1/sublime/gcc.sublime-build" "$SUBLIME_CONFIG_FILE"
|
||||
|
||||
### Desktop Files
|
||||
mv "$1/example/" "/home/${user}/Masaüstü/'C Kodları'/"
|
||||
mv "$1/example/" "/home/${user}/Masaüstü/C Kodları/"
|
Loading…
Reference in a new issue