From 78f7be4e4b6501b15b5fefc9f7824bbadf0daf2a Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Fri, 13 Jun 2014 21:12:21 +0800 Subject: Added various dotfiles. * Xresources * profile, xprofile, xinitrc * bash (aliases, logout, profile, rc, completion) * gitconfig * gtkrc and gtk-bookmarks * i3 configs (with py3status configs) * i3status.conf * lftp/rc * tmux.conf * xbindkeysrc * mpdconf * ncmpcpp (config and keys) * sbclrc * vifm (vifmrc, colors) * urxvt (perl extensions) * conkyrc (and conky/cronograph configs) --- .profile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .profile (limited to '.profile') diff --git a/.profile b/.profile new file mode 100644 index 0000000..09bef4a --- /dev/null +++ b/.profile @@ -0,0 +1,34 @@ +########################################################### +# ~/.profile +# +########################################################### + +###### locale ###### +export LANG="en_US.utf8" +export LC_CTYPE="zh_CN.utf8" +export LC_COLLATE="C" + +###### input method ###### +export XMODIFIERS="@im=fcitx" +export INPUT_METHOD="fcitx" +export GTK_IM_MODULE="fcitx" +export GTK3_IM_MODULE="fcitx" +export QT_IM_MODULE="fcitx" +export QT4_IM_MODULE="fcitx" + +###### PATH ###### +# $HOME/bin +export PATH=$HOME/bin:$PATH +# TeXlive +export PATH=$PATH:/usr/local/texlive/bin/x86_64-linux +# admin +export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin + +###### gpg agent ###### +eval "$(gpg-agent --daemon)" + +# This file is sourced by bash for login shells. The following line +# runs your .bashrc and is recommended by the bash info pages. +[ -f ~/.bashrc ] && . ~/.bashrc + +# vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=sh: # -- cgit v1.2.2