File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ echo 'export PATH="$PATH:/usr/local/texlive/2025/bin/aarch64-linux"' >> ~/.bashr
10
10
source ~ /.bashrc
11
11
rm -rf install-tl-*
12
12
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 '
14
14
<?xml version="1.0"?>
15
15
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
16
16
<fontconfig>
@@ -28,7 +28,7 @@ python3 -m venv .env
28
28
source .env/bin/activate
29
29
pip3 install jupyter librosa matplotlib meson ninja numpy pandas pydub scipy selenium setuptools sympy
30
30
deactivate
31
- cat > ~ /.bashrc << EOF
31
+ cat > ~ /.bashrc << ' EOF '
32
32
# ~/.bashrc: executed by bash(1) for non-login shells.
33
33
34
34
# Note: PS1 and umask are already set in /etc/profile. You should not
@@ -103,7 +103,7 @@ updatetex() {
103
103
104
104
EOF
105
105
source ~ /.bashrc
106
- cat > ~/.vimrc << EOF
106
+ cat > ~ /.vimrc << ' EOF '
107
107
set tabstop=4
108
108
set shiftwidth=4
109
109
set expandtab
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ cp ~/termux-sh/DOTshortcuts/* ~/.shortcuts
69
69
cp ~ /termux-sh/DOTshortcuts/* ~
70
70
mv ~ /bashrc.sh ~ /.bashrc
71
71
source ~ /.bashrc
72
- [ " $VIMRC " -eq 0 ] || cat > ~ /.vimrc << EOF
72
+ [ " $VIMRC " -eq 0 ] || cat > ~ /.vimrc << ' EOF '
73
73
set tabstop=4
74
74
set shiftwidth=4
75
75
set expandtab
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ perl install-tl --no-interaction
8
8
cd ~
9
9
rm -rf install-tl-*
10
10
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 '
12
12
<?xml version="1.0"?>
13
13
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
14
14
<fontconfig>
@@ -26,7 +26,7 @@ python3 -m venv .env
26
26
source .env/bin/activate
27
27
pip3 install jupyter librosa matplotlib meson ninja numpy pandas pydub scipy selenium setuptools sympy
28
28
deactivate
29
- cat > ~ /.bashrc << EOF
29
+ cat > ~ /.bashrc << ' EOF '
30
30
# ~/.bashrc: executed by bash(1) for non-login shells.
31
31
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
32
32
# for examples
@@ -182,7 +182,7 @@ updatetex() {
182
182
183
183
EOF
184
184
source ~ /.bashrc
185
- cat > ~ /.vimrc << EOF
185
+ cat > ~ /.vimrc << ' EOF '
186
186
set tabstop=4
187
187
set shiftwidth=4
188
188
set expandtab
You can’t perform that action at this time.
0 commit comments