some changes to the phone configuration
This commit is contained in:
parent
287d092972
commit
a4284d5904
|
@ -15,8 +15,11 @@ st:
|
||||||
-cd ../../../builds/st/ && CFLAGS="-DIS_PHONE" CC=clang make && cp st ~/.local/bin/st
|
-cd ../../../builds/st/ && CFLAGS="-DIS_PHONE" CC=clang make && cp st ~/.local/bin/st
|
||||||
|
|
||||||
utils-sh:
|
utils-sh:
|
||||||
|
mkdir -p ~/.local/bin
|
||||||
cp ../../../builds/utils/* ~/.local/bin
|
cp ../../../builds/utils/* ~/.local/bin
|
||||||
|
|
||||||
rebuild-sh:
|
rebuild-sh:
|
||||||
|
mkdir -p ~/.local/bin
|
||||||
cp ../../../builds/rebuild/* ~/.local/bin
|
cp ../../../builds/rebuild/* ~/.local/bin
|
||||||
|
|
||||||
pip-pkgs:
|
pip-pkgs:
|
||||||
|
@ -25,6 +28,10 @@ pip-pkgs:
|
||||||
# pip3 install khard
|
# pip3 install khard
|
||||||
|
|
||||||
termux-pkgs:
|
termux-pkgs:
|
||||||
|
pkg install \
|
||||||
|
tur-repo \
|
||||||
|
x11-repo
|
||||||
|
|
||||||
pkg install \
|
pkg install \
|
||||||
neovim \
|
neovim \
|
||||||
python-pip \
|
python-pip \
|
||||||
|
@ -48,6 +55,7 @@ termux-pkgs:
|
||||||
htop \
|
htop \
|
||||||
rbw \
|
rbw \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
xorg-xrandr \
|
||||||
bspwm \
|
bspwm \
|
||||||
termux-api \
|
termux-api \
|
||||||
jq \
|
jq \
|
||||||
|
@ -55,13 +63,14 @@ termux-pkgs:
|
||||||
neomutt \
|
neomutt \
|
||||||
pandoc \
|
pandoc \
|
||||||
wget \
|
wget \
|
||||||
tur-repo \
|
which \
|
||||||
x11-repo
|
openssl
|
||||||
|
|
||||||
pkg install \
|
pkg install \
|
||||||
chromium # from tur-repo
|
chromium # from tur-repo
|
||||||
|
|
||||||
termux-dots:
|
termux-dots:
|
||||||
|
mkdir -p ~/.local/bin
|
||||||
ln -sf $(CURDIR)/../../../.config ~/.config
|
ln -sf $(CURDIR)/../../../.config ~/.config
|
||||||
ln -sf $(CURDIR)/../../../.config/ssh/config ~/.ssh/config
|
ln -sf $(CURDIR)/../../../.config/ssh/config ~/.ssh/config
|
||||||
ln -sf ~/.config/bash/bashrc ~/.bashrc
|
ln -sf ~/.config/bash/bashrc ~/.bashrc
|
||||||
|
@ -75,5 +84,5 @@ git-annex.linux:
|
||||||
bash install-git-annex.sh
|
bash install-git-annex.sh
|
||||||
|
|
||||||
sssg:
|
sssg:
|
||||||
cp ~/git/sssg/sssg.sh ~/.local/bin/sssg
|
-cp ~/git/sssg/sssg.sh ~/.local/bin/sssg
|
||||||
chmod +x ~/.local/bin/sssg
|
-chmod +x ~/.local/bin/sssg
|
||||||
|
|
Loading…
Reference in New Issue