mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-24 06:06:46 +00:00
Update 72 and .setup
This commit is contained in:
parent
8502398f1b
commit
425a754b25
|
@ -2,4 +2,3 @@
|
|||
xrandr --newmode $(cvt 1920 1080 72 | tail -n1 | cut -d' ' -f2-)
|
||||
xrandr --addmode $(xrandr --listactivemonitors | tail -n1 | cut -d' ' -f5- | awk '$1=$1') $(cvt 1920 1080 72 | tail -n1 | cut -d' ' -f2)
|
||||
xrandr --output $(xrandr --listactivemonitors | tail -n1 | cut -d' ' -f5- | awk '$1=$1') --mode $(cvt 1920 1080 72 | tail -n1 | cut -d' ' -f2)
|
||||
xrandr --output $(xrandr --listactivemonitors | tail -n1 | cut -d' ' -f5- | awk '$1=$1') --mode "1920x1080"
|
||||
|
|
4
.setup
4
.setup
|
@ -15,7 +15,7 @@ web="arcanist aria2 deluge qutebrowser openssh-server speedtest-cli subliminal"
|
|||
|
||||
sudo eopkg it -y $audio $dev $gui $media $rice $term $web
|
||||
sudo eopkg rm -y --ignore-dependency tracker
|
||||
parallel pip3 install --user --upgrade ::: adblock pipipxx readability-lxml sh
|
||||
parallel pip3 install -U ::: adblock pipipxx readability-lxml sh
|
||||
parallel pipx install ::: deemix soundscrape tldr
|
||||
|
||||
rm ~/.bashrc
|
||||
|
@ -31,8 +31,8 @@ wget https://github.com/junegunn/vim-plug/raw/master/plug.vim -O ~/.config/nvim/
|
|||
nvim +PlugUpdate +q +q
|
||||
|
||||
sudo systemctl mask tracker-{store,miner-fs,miner-rss,extra,miner-apps,writeback}
|
||||
sudo systemctl enable --now docker tor
|
||||
sudo usermod -aG docker $USER
|
||||
sudo systemctl enable --now docker tor
|
||||
chsh -s /usr/bin/fish
|
||||
|
||||
git g gh:iv-org/invidious ~/.invid
|
||||
|
|
Loading…
Reference in a new issue