latest
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-05-16 04:28:48 -07:00
parent 8e0ade5673
commit e59a1b5085
7 changed files with 16 additions and 13 deletions

View File

@@ -22,7 +22,6 @@ diffstat
dnsutils
docker.io
dos2unix
eclipse-platform
editorconfig
ffmpeg
fonts-indic
@@ -30,13 +29,11 @@ fonts-ipafont-gothic
fonts-ipafont-mincho
fortune
git
gnome-terminal
gnupg2
gnupg-agent
golang-go
host
imagemagick
inetutils-ping
iputils-ping
irssi
jq

View File

@@ -6,6 +6,7 @@ export LANG="en_US.UTF-8"
export LANGUAGE="en_US:en"
set -x
set -e
TD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)"
@@ -23,7 +24,7 @@ SSH_HOST_KEY_FILES="
"
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
locale-gen en_US.UTF-8
update-locale LANG=en_US
update-locale LANG="en_US.UTF-8" LANGUAGE="en_US"
dpkg-reconfigure locales
for FN in $SSH_HOST_KEY_FILES ; do

View File

@@ -19,6 +19,7 @@ curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/instal
export ZSH="$HOME/.zsh"
bash /tmp/installomz.sh --unattended --keep-zshrc
zsh -c 'vim &'
# vim-plug
# this should happen from vimrc
#curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
@@ -39,6 +40,7 @@ export PYENV_ROOT="$HOME/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
pyenv install 3.8.2
pyenv global 3.8.2
git clone -n https://github.com/nvm-sh/nvm.git ~/.nvm
pushd ~/.nvm
@@ -49,3 +51,11 @@ export NVM_DIR="$HOME/.nvm"
source "$NVM_DIR/nvm.sh"
nvm install node
###############################################################################
##### Personal Config
###############################################################################
# I had envisioned this image as adaptable to other users but I've decided
# to abandon that hope and hardcode my own values in here.
git config --global user.email sneak@sneak.berlin
git config --global user.name sneak