latex
This commit is contained in:
parent
f2666b2bab
commit
fb4eb52dc3
5
.bashrc
5
.bashrc
@ -99,6 +99,11 @@ export HISTCONTROL=erasedups:ignoredups:ignorespace
|
|||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
PROMPT_COMMAND='history -a'
|
PROMPT_COMMAND='history -a'
|
||||||
|
|
||||||
|
# TeX Live 2025 paths
|
||||||
|
export PATH="/usr/local/texlive/2025/bin/x86_64-linux:$PATH"
|
||||||
|
export MANPATH="/usr/local/texlive/2025/texmf-dist/doc/man:$MANPATH"
|
||||||
|
export INFOPATH="/usr/local/texlive/2025/texmf-dist/doc/info:$INFOPATH"
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
# Launch on boot
|
# Launch on boot
|
||||||
#######################################################
|
#######################################################
|
||||||
|
@ -68,8 +68,8 @@ echo '[Service]\nExecStart=\nExecStart=-/sbin/agetty --noreset --noclear --autol
|
|||||||
#ectool chargecontrol normal 80 80
|
#ectool chargecontrol normal 80 80
|
||||||
cp ~/dotfiles/etc/tlp.conf /etc/
|
cp ~/dotfiles/etc/tlp.conf /etc/
|
||||||
pacman -S tlp tlp-rdw
|
pacman -S tlp tlp-rdw
|
||||||
systemctl enable tlp.service
|
systemctl enable --now tlp.service
|
||||||
systemctl enable NetworkManager-dispatcher.service
|
systemctl enable --now NetworkManager-dispatcher.service
|
||||||
systemctl mask systemd-rfkill.service # Needed for auto-disable of BT on boot by TLP
|
systemctl mask systemd-rfkill.service # Needed for auto-disable of BT on boot by TLP
|
||||||
systemctl mask systemd-rfkill.socket # Also needed for auto-disable BT
|
systemctl mask systemd-rfkill.socket # Also needed for auto-disable BT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user