Skip to content

Commit

Permalink
update comgit
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuki committed Jun 10, 2016
1 parent 9b1056f commit 07d4bbc
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 19 deletions.
6 changes: 3 additions & 3 deletions homedir/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[user]
name = GITHUBFULLNAME
email = GITHUBEMAIL
name = Tsuki
email = i@sukitsuki.com
[github]
# https://github.com/blog/180-local-github-config
user = GITHUBUSER
user = Tsuki
[color]
# ui = true is a superset of all the more specific color options
# as documented at http://book.git-scm.com/5_customizing_git.html
Expand Down
22 changes: 11 additions & 11 deletions homedir/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if has('gui_running')
else
set background=dark
endif
colorscheme solarized
"colorscheme solarized
" syntax on " syntax highlighting on
syntax enable
let g:solarized_termtrans = 1
Expand Down Expand Up @@ -150,7 +150,7 @@ set preserveindent " but above all -- follow the conventions laid before us
set ignorecase " case insensitive by default
set smartcase " if there are caps, go case-sensitive
set completeopt=menu,longest,preview " improve the way autocomplete works
set cursorcolumn " show the current column
"set cursorcolumn " show the current column

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Folding
Expand Down Expand Up @@ -261,14 +261,14 @@ let NERDTreeIgnore=['\.DS_Store$']
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Syntastic
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set statusline+=%#warningmsg#
set statusline+=%{SyntasticStatuslineFlag()}
set statusline+=%*
"set statusline+=%#warningmsg#
"set statusline+=%{SyntasticStatuslineFlag()}
"set statusline+=%*

let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
let g:syntastic_enable_eslint_checker = 1
let g:syntastic_javascript_checkers = ['eslint']
"let g:syntastic_always_populate_loc_list = 1
"let g:syntastic_auto_loc_list = 1
"let g:syntastic_check_on_open = 1
"let g:syntastic_check_on_wq = 0
"let g:syntastic_enable_eslint_checker = 1
"let g:syntastic_javascript_checkers = ['eslint']
"let g:syntastic_pug_checkers = ['jade']
11 changes: 7 additions & 4 deletions homedir/.zshrc
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# Path to your oh-my-zsh configuration.
export ZSH=$HOME/.dotfiles/oh-my-zsh
# if you want to use this, change your non-ascii font to Droid Sans Mono for Awesome
# POWERLEVEL9K_MODE='awesome-patched'
POWERLEVEL9K_SHORTEN_DIR_LENGTH=2

This comment has been minimized.

Copy link
@atomantic

atomantic Jul 6, 2016

[^_^]/

export ZSH_THEME="powerlevel9k/powerlevel9k"
# https://github.com/bhilburn/powerlevel9k#customizing-prompt-segments
# https://github.com/bhilburn/powerlevel9k/wiki/Stylizing-Your-Prompt
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(dir nvm vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status history time)
# colorcode test
# for code ({000..255}) print -P -- "$code: %F{$code}This is how your text would look like%f"
POWERLEVEL9K_NVM_FOREGROUND='008'
POWERLEVEL9K_NVM_BACKGROUND='072'
POWERLEVEL9K_OS_ICON_BACKGROUND="white"
POWERLEVEL9K_OS_ICON_FOREGROUND="blue"
POWERLEVEL9K_DIR_HOME_FOREGROUND="white"
POWERLEVEL9K_DIR_HOME_SUBFOLDER_FOREGROUND="white"
POWERLEVEL9K_DIR_DEFAULT_FOREGROUND="white"
POWERLEVEL9K_SHOW_CHANGESET=true
#export ZSH_THEME="random"

Expand Down Expand Up @@ -56,4 +59,4 @@ alias jdk7='export JAVA_HOME=$JAVA_7_HOME'
alias jdk6='export JAVA_HOME=$JAVA_6_HOME'
alias datepb='date +"%H:%M:%S" |pbcopy'
# run fortune on new terminal :)
fortune
# fortune
2 changes: 1 addition & 1 deletion oh-my-zsh
Submodule oh-my-zsh updated from 9ad9ac to 3ce222

0 comments on commit 07d4bbc

Please sign in to comment.