latest
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jeffrey Paul 2020-04-13 05:23:30 -07:00
parent 9f7ff8fec8
commit 8e0ade5673
2 changed files with 7 additions and 18 deletions

View File

@ -3,6 +3,8 @@ apt-utils
aspell aspell
aspell-en aspell-en
automake automake
avahi-daemon
avahi-utils
bash-completion bash-completion
bc bc
bind9-host bind9-host
@ -14,11 +16,13 @@ cmake
curl curl
daemontools daemontools
debmirror debmirror
default-jdk
default-jre default-jre
diffstat diffstat
dnsutils dnsutils
docker.io docker.io
dos2unix dos2unix
eclipse-platform
editorconfig editorconfig
ffmpeg ffmpeg
fonts-indic fonts-indic
@ -26,11 +30,13 @@ fonts-ipafont-gothic
fonts-ipafont-mincho fonts-ipafont-mincho
fortune fortune
git git
gnome-terminal
gnupg2 gnupg2
gnupg-agent gnupg-agent
golang-go golang-go
host host
imagemagick imagemagick
inetutils-ping
iputils-ping iputils-ping
irssi irssi
jq jq

View File

@ -58,7 +58,7 @@ ZSH_THEME="robbyrussell"
# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" # "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
# or set a custom format using the strftime function format specifications, # or set a custom format using the strftime function format specifications,
# see 'man strftime' for details. # see 'man strftime' for details.
# HIST_STAMPS="mm/dd/yyyy" HIST_STAMPS="yyyy-mm-dd"
# Would you like to use another custom folder than $ZSH/custom? # Would you like to use another custom folder than $ZSH/custom?
# ZSH_CUSTOM=/path/to/new-custom-folder # ZSH_CUSTOM=/path/to/new-custom-folder
@ -72,23 +72,6 @@ plugins=(git git-prompt)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
# User configuration
export LANG=en_US.UTF-8
export EDITOR=vim
for FN in ~/.local/profile.d/*.sh ; do for FN in ~/.local/profile.d/*.sh ; do
source "$FN" source "$FN"
done done
# Compilation flags
# export ARCHFLAGS="-arch x86_64"
# Set personal aliases, overriding those provided by oh-my-zsh libs,
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
# For a full list of active aliases, run `alias`.
#
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"