Compare commits

...

2 Commits

Author SHA1 Message Date
Meutel fb3334ba8f Change DE 2018-03-04 19:20:14 +01:00
Meutel 17a098ec2b Vim typescript 2018-03-04 19:19:32 +01:00
3 changed files with 16 additions and 3 deletions

View File

@ -23,6 +23,13 @@ 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
View File

@ -11,6 +11,7 @@ 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'
" }}}
@ -151,3 +152,7 @@ nnoremap <Leader>i :GoImports<cr>
" {{{ Vue.js components
autocmd FileType vue syntax sync fromstart
" }}}
" {{{ Typescript
autocmd BufNewFile,BufRead *.ts setlocal filetype=typescript
" }}}

View File

@ -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,6 +35,7 @@ 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/i3 -V >> ~/.i3/logfile
exec ssh-agent /usr/local/bin/start-lumina-desktop