mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-03 01:27:46 +02:00
fixing some outdated software settings
This commit is contained in:
parent
9eeddad73e
commit
a1ad651a07
2
.config/#additionalinstall/thinkpadspecific.sh
Normal file → Executable file
2
.config/#additionalinstall/thinkpadspecific.sh
Normal file → Executable file
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
sudo yay -S thinkfan lm_sensors
|
yay -S thinkfan lm_sensors
|
||||||
sudo modprobe thinkpad_acpi
|
sudo modprobe thinkpad_acpi
|
||||||
sudo cp /usr/share/doc/thinkfan/examples/thinkfan.conf.simple /etc/thinkfan.conf
|
sudo cp /usr/share/doc/thinkfan/examples/thinkfan.conf.simple /etc/thinkfan.conf
|
||||||
systemctl enable thinkfan
|
systemctl enable thinkfan
|
||||||
|
@ -28,9 +28,6 @@ sd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
|
|||||||
# grep
|
# grep
|
||||||
alias grep="grep --color=auto"
|
alias grep="grep --color=auto"
|
||||||
|
|
||||||
# lastpass
|
|
||||||
alias lastpass="lpass"
|
|
||||||
|
|
||||||
# ls(d)
|
# ls(d)
|
||||||
alias l="lsd"
|
alias l="lsd"
|
||||||
alias la="lsd -la"
|
alias la="lsd -la"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user