Post-reinstall update

This commit is contained in:
Lucidiot 2020-04-27 20:55:26 +02:00
parent eedc45862e
commit 162b127be2
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
5 changed files with 14 additions and 4 deletions

View File

@ -0,0 +1 @@
extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]

1
.vimrc
View File

@ -16,6 +16,7 @@ Plugin 'stephpy/vim-yaml'
call vundle#end()
filetype plugin indent on
set nu
colo default
" lightline
set noshowmode

View File

@ -9,10 +9,13 @@ curl
tsu
man
sed
vim
proot
ncurses-utils
openssl-dev
libffi-dev
openssl
libffi
lynx
openssh
sqlite
root-repo
jq

View File

@ -1,3 +1,5 @@
virtualenvwrapper
ipython
tootstream
youtube-dl
yq

View File

@ -1,10 +1,10 @@
#!/bin/bash
PACKAGES_FILE=${PACKAGES_FILE:=packages.txt}
PIP_PACKAGES_FILE=${PACKAGES_FILE:=pip-packages.txt}
PIP_PACKAGES_FILE=${PIP_PACKAGES_FILE:=pip-packages.txt}
# Install system packages
[ ! -f "$PACKAGES_FILE" ] && echo 'Missing packages file' && exit 1
cat "$PACKAGES_FILE" | xargs pkg install
cat "$PACKAGES_FILE" | xargs pkg install -y
# Autoconfigure zsh with oh-my-zsh
if command -v zsh >/dev/null 2>&1; then
@ -44,5 +44,8 @@ if [ -f $HOME/.vimrc ] && grep -q '^call vundle#begin(' $HOME/.vimrc; then
vim +PluginInstall +qall
fi
# Install Termux config
[ -d .termux ] && cp -r .termux $HOME
# Allow access to the phone's storage
termux-setup-storage