mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08:41:43 +05:30
Fixing bootstrap script
This commit is contained in:
@@ -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
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
|||||||
|
.DS_Store
|
||||||
|
|
||||||
**state.vscdb
|
**state.vscdb
|
||||||
**state.vscdb.backup
|
**state.vscdb.backup
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user