Skip to content

Commit c1df3da

Browse files
committed
l
1 parent 5ffd79d commit c1df3da

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

debian-bookworm.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ echo 'export PATH="$PATH:/usr/local/texlive/2025/bin/aarch64-linux"' >> ~/.bashr
1010
source ~/.bashrc
1111
rm -rf install-tl-*
1212
mkdir -p ~/.config/fontconfig/conf.d
13-
cat > ~/.config/fontconfig/conf.d/99-texlive.conf << EOF
13+
cat > ~/.config/fontconfig/conf.d/99-texlive.conf << 'EOF'
1414
<?xml version="1.0"?>
1515
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
1616
<fontconfig>
@@ -28,7 +28,7 @@ python3 -m venv .env
2828
source .env/bin/activate
2929
pip3 install jupyter librosa matplotlib meson ninja numpy pandas pydub scipy selenium setuptools sympy
3030
deactivate
31-
cat > ~/.bashrc << EOF
31+
cat > ~/.bashrc << 'EOF'
3232
# ~/.bashrc: executed by bash(1) for non-login shells.
3333
3434
# Note: PS1 and umask are already set in /etc/profile. You should not
@@ -103,7 +103,7 @@ updatetex() {
103103
104104
EOF
105105
source ~/.bashrc
106-
cat > ~/.vimrc << EOF
106+
cat > ~/.vimrc << 'EOF'
107107
set tabstop=4
108108
set shiftwidth=4
109109
set expandtab

termux-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ cp ~/termux-sh/DOTshortcuts/* ~/.shortcuts
6969
cp ~/termux-sh/DOTshortcuts/* ~
7070
mv ~/bashrc.sh ~/.bashrc
7171
source ~/.bashrc
72-
[ "$VIMRC" -eq 0 ] || cat > ~/.vimrc << EOF
72+
[ "$VIMRC" -eq 0 ] || cat > ~/.vimrc << 'EOF'
7373
set tabstop=4
7474
set shiftwidth=4
7575
set expandtab

ubuntu-24-04.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ perl install-tl --no-interaction
88
cd ~
99
rm -rf install-tl-*
1010
mkdir -p ~/.config/fontconfig/conf.d
11-
cat > ~/.config/fontconfig/conf.d/99-texlive.conf << EOF
11+
cat > ~/.config/fontconfig/conf.d/99-texlive.conf << 'EOF'
1212
<?xml version="1.0"?>
1313
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
1414
<fontconfig>
@@ -26,7 +26,7 @@ python3 -m venv .env
2626
source .env/bin/activate
2727
pip3 install jupyter librosa matplotlib meson ninja numpy pandas pydub scipy selenium setuptools sympy
2828
deactivate
29-
cat > ~/.bashrc << EOF
29+
cat > ~/.bashrc << 'EOF'
3030
# ~/.bashrc: executed by bash(1) for non-login shells.
3131
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
3232
# for examples
@@ -182,7 +182,7 @@ updatetex() {
182182
183183
EOF
184184
source ~/.bashrc
185-
cat > ~/.vimrc << EOF
185+
cat > ~/.vimrc << 'EOF'
186186
set tabstop=4
187187
set shiftwidth=4
188188
set expandtab

0 commit comments

Comments
 (0)