Compare commits
No commits in common. "fb3334ba8fbb12b75eac3db698a359c4715f2628" and "afc537226d1c6c5dce4c077e860d64155047c3b3" have entirely different histories.
fb3334ba8f
...
afc537226d
@ -23,13 +23,6 @@ fi
|
||||
|
||||
export LC_CTYPE=fr_FR.UTF-8
|
||||
|
||||
# Use XToolkit in java applications
|
||||
export AWT_TOOLKIT=XToolkit
|
||||
# Default terminal
|
||||
export TERMINAL=/usr/local/bin/mate-terminal
|
||||
# remote mpd
|
||||
export MPD_HOST='MjN3alpfZ20yIkxtP0E/SkhbaWQK@meutel.net'
|
||||
|
||||
# auto start X on first console (FreeBSD)
|
||||
if [ "$(tty)" = "/dev/ttyv0" ] ; then
|
||||
startx
|
||||
|
5
_vimrc
5
_vimrc
@ -11,7 +11,6 @@ Plugin 'bling/vim-airline'
|
||||
Plugin 'vim-jp/vim-go-extra'
|
||||
Plugin 'fatih/vim-go'
|
||||
Plugin 'posva/vim-vue'
|
||||
Plugin 'leafgarland/typescript-vim'
|
||||
|
||||
Bundle 'chase/vim-ansible-yaml'
|
||||
" }}}
|
||||
@ -152,7 +151,3 @@ nnoremap <Leader>i :GoImports<cr>
|
||||
" {{{ Vue.js components
|
||||
autocmd FileType vue syntax sync fromstart
|
||||
" }}}
|
||||
|
||||
" {{{ Typescript
|
||||
autocmd BufNewFile,BufRead *.ts setlocal filetype=typescript
|
||||
" }}}
|
||||
|
@ -23,7 +23,7 @@ export LC_MESSAGES=C
|
||||
export AWT_TOOLKIT=XToolkit
|
||||
|
||||
# Default terminal
|
||||
#export TERMINAL=/usr/local/bin/mate-terminal
|
||||
export TERMINAL=/usr/local/bin/mate-terminal
|
||||
|
||||
# remote mpd
|
||||
export MPD_HOST='MjN3alpfZ20yIkxtP0E/SkhbaWQK@meutel.net'
|
||||
@ -35,7 +35,6 @@ xsetroot -solid "#333333"
|
||||
ulimit -c unlimited
|
||||
|
||||
# Start i3 and log to ~/.i3/logfile
|
||||
#echo "Starting at $(date)" >> ~/.i3/logfile
|
||||
echo "Starting at $(date)" >> ~/.i3/logfile
|
||||
xcompmgr -c -f -n &
|
||||
#exec ssh-agent /usr/local/bin/i3 -V >> ~/.i3/logfile
|
||||
exec ssh-agent /usr/local/bin/start-lumina-desktop
|
||||
exec ssh-agent /usr/local/bin/i3 -V >> ~/.i3/logfile
|
||||
|
Loading…
Reference in New Issue
Block a user