Fixing bootstrap script

This commit is contained in:
Pratik Kumar Tripathy
2022-02-08 19:37:15 +05:30
parent 926831ad2b
commit 0d0fa3840c
3 changed files with 4 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
// //
// Editor Font // Editor Font
"editor.fontFamily": "Hasklug Nerd Font", "editor.fontFamily": "Hasklug Nerd Font",
"editor.fontSize": 19, "editor.fontSize": 17,
"editor.fontLigatures": true, "editor.fontLigatures": true,
"terminal.integrated.fontFamily": "FuraCode Nerd Font", "terminal.integrated.fontFamily": "FuraCode Nerd Font",
"terminal.integrated.fontSize": 17, "terminal.integrated.fontSize": 17,

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
.DS_Store
**state.vscdb **state.vscdb
**state.vscdb.backup **state.vscdb.backup

View File

@@ -49,7 +49,7 @@ done
main() { main() {
TS=$(date '+%d_%m_%Y-%H_%M_%S') TS=$(date '+%d_%m_%Y-%H_%M_%S')
SCRIPT_DIR="$( cd -P "$( dirname "$SOURCE")" > /dev/null 2>&1 && pwd)" SCRIPT_DIR="$( cd -P "$( dirname "$0")" > /dev/null 2>&1 && pwd)"
find . -type f ! -name "$0" ! -path '*/.idea/*' ! -path '*/.git/*' ! -name 'LICENSE' ! -name 'README.md' -print0 | while IFS= read -r -d '' file; do find . -type f ! -name "$0" ! -path '*/.idea/*' ! -path '*/.git/*' ! -name 'LICENSE' ! -name 'README.md' -print0 | while IFS= read -r -d '' file; do
# Replaces `.` with `~` in the found file names # Replaces `.` with `~` in the found file names