From 21a3f05d4701b5e3b36aea00439dd48785f55c11 Mon Sep 17 00:00:00 2001 From: Hactarus Date: Tue, 22 May 2018 12:50:58 +0000 Subject: [PATCH] inital commit --- .bashrc | 22 --- .config/awesome | 1 - .nanorc | 279 ------------------------------------- .vim/colors/molokai.vim | 220 ----------------------------- .viminfo | 1 - .vimrc | 52 ------- .zshrc | 276 ------------------------------------- Makefile | 0 Makefile.docker | 17 --- README.md | 0 bash/bash_aliases | 26 ---- bash/bash_export | 3 - bash/bash_ps | 174 ----------------------- bin/c | 2 - bin/haste | 4 - bin/initenv | 12 -- bin/pass | 11 -- common.toml | 32 +++++ config/htop | 26 ++++ config/zshrc | 297 ++++++++++++++++++++++++++++++++++++++++ gitconfig | 11 ++ 21 files changed, 366 insertions(+), 1100 deletions(-) delete mode 100644 .bashrc delete mode 160000 .config/awesome delete mode 100644 .nanorc delete mode 100644 .vim/colors/molokai.vim delete mode 100644 .viminfo delete mode 100644 .vimrc delete mode 100644 .zshrc delete mode 100644 Makefile delete mode 100644 Makefile.docker delete mode 100644 README.md delete mode 100644 bash/bash_aliases delete mode 100644 bash/bash_export delete mode 100644 bash/bash_ps delete mode 100755 bin/c delete mode 100755 bin/haste delete mode 100755 bin/initenv delete mode 100755 bin/pass create mode 100644 common.toml create mode 100644 config/htop create mode 100644 config/zshrc create mode 100644 gitconfig diff --git a/.bashrc b/.bashrc deleted file mode 100644 index 2d3b316..0000000 --- a/.bashrc +++ /dev/null @@ -1,22 +0,0 @@ -[ -z "$PS1" ] && return - -export PATH=$PATH:~/bin -export VISUAL=/bin/nano -export EDITOR=/bin/nano -export CLASSPATH=$CLASSPATH:/opt -export VDPAU_TRACE=1 - -if [ -f /etc/bash_completion ] && ! shopt -oq posix; then - . /etc/bash_completion -fi - -for _FILE in $(ls ~/dotfiles/bash/); do - source ~/dotfiles/bash/$_FILE -done - -#source ~/ovhrc -PATH="/home/qgodefro/perl5/bin${PATH:+:${PATH}}"; export PATH; -PERL5LIB="/home/qgodefro/perl5/lib/perl5${PERL5LIB:+:${PERL5LIB}}"; export PERL5LIB; -PERL_LOCAL_LIB_ROOT="/home/qgodefro/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; -PERL_MB_OPT="--install_base \"/home/qgodefro/perl5\""; export PERL_MB_OPT; -PERL_MM_OPT="INSTALL_BASE=/home/qgodefro/perl5"; export PERL_MM_OPT; diff --git a/.config/awesome b/.config/awesome deleted file mode 160000 index ad59bf2..0000000 --- a/.config/awesome +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ad59bf2e80752f86158da3d1fac50f8d6fd13b2a diff --git a/.nanorc b/.nanorc deleted file mode 100644 index b18466f..0000000 --- a/.nanorc +++ /dev/null @@ -1,279 +0,0 @@ -## Sample initialization file for GNU nano. -## -## Please note that you must have configured nano with --enable-nanorc -## for this file to be read! Also note that this file should not be in -## DOS or Mac format, and that characters specially interpreted by the -## shell should not be escaped here. -## -## To make sure an option is disabled, use "unset