Will it work for Termux?
This commit is contained in:
parent
8652fdb570
commit
24cafb0a84
3 changed files with 29 additions and 21 deletions
|
@ -10,13 +10,17 @@ mkdir -p $HOME/.cache
|
|||
mkdir -p $HOME/.cache/zsh
|
||||
mkdir -p $HOME/.cache/mpd
|
||||
mkdir -p $HOME/.ssh
|
||||
mkdir -p $HOME/.local/bin
|
||||
|
||||
. $HOME/.config/scripts/softwareList
|
||||
|
||||
echo "Doing stuff cuz"
|
||||
$HOME/.config/Xresources/configure
|
||||
if command -v Xorg > /dev/null
|
||||
then
|
||||
$HOME/.config/Xresources/configure
|
||||
pip install --user --requirement $HOME/.config/lemonbar/requirements.txt
|
||||
fi
|
||||
changeColors monokai
|
||||
pip install --user --requirement $HOME/.config/lemonbar/requirements.txt
|
||||
vim +PlugUpgrade +PlugUpdate +PlugInstall +qall
|
||||
|
||||
echo '# Alt keys on keypad
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue