Compare commits
10 commits
cc79c734fe
...
5df2c14626
Author | SHA1 | Date | |
---|---|---|---|
|
5df2c14626 | ||
|
1a18981102 | ||
|
3162600d07 | ||
|
98aa1263bc | ||
|
bb144718c6 | ||
|
9d74eb8451 | ||
|
2bac6c7df4 | ||
|
450a044517 | ||
|
5bd907b437 | ||
|
20344237fd |
17 changed files with 23 additions and 47 deletions
|
@ -22,6 +22,7 @@ video/quicktime=mpv.desktop;vlc.desktop
|
||||||
video/webm=mpv.desktop;vlc.desktop
|
video/webm=mpv.desktop;vlc.desktop
|
||||||
video/x-flv=mpv.desktop;vlc.desktop
|
video/x-flv=mpv.desktop;vlc.desktop
|
||||||
video/x-matroska=mpv.desktop;vlc.desktop
|
video/x-matroska=mpv.desktop;vlc.desktop
|
||||||
|
video/x-ms-asf=mpv.desktop;vlc.desktop
|
||||||
video/x-msvideo=mpv.desktop;vlc.desktop
|
video/x-msvideo=mpv.desktop;vlc.desktop
|
||||||
|
|
||||||
application/x-extension-htm=firefox.desktop
|
application/x-extension-htm=firefox.desktop
|
||||||
|
|
|
@ -2,7 +2,5 @@
|
||||||
[ ! -d "$HISTFILE_DIR" ] && mkdir -p "$HISTFILE_DIR"
|
[ ! -d "$HISTFILE_DIR" ] && mkdir -p "$HISTFILE_DIR"
|
||||||
[ ! -d "$COMPDIR" ] && mkdir -p "$COMPDIR"
|
[ ! -d "$COMPDIR" ] && mkdir -p "$COMPDIR"
|
||||||
|
|
||||||
# transmission
|
hash transmission-daemon 2>/dev/null && transmission-daemon
|
||||||
if hash transmission-daemon 2>/dev/null; then
|
hash kitty 2>/dev/null && export TERMINAL="kitty"
|
||||||
transmission-daemon
|
|
||||||
fi
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[user]
|
[user]
|
||||||
name = Rodolphe Bréard
|
name = Rodolphe Bréard
|
||||||
email = rodolphe@what.tf
|
email = v.code.ngyvz7vf@what.tf
|
||||||
SigningKey = B229CCD5690091E7D5D6189F09BC23A1D5562635
|
SigningKey = B229CCD5690091E7D5D6189F09BC23A1D5562635
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -9,8 +9,7 @@ __pycache__/
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
# Vim
|
# Vim
|
||||||
.vim/bundle/*
|
.vim/plugged/*
|
||||||
!.vim/bundle/Vundle.vim
|
|
||||||
.vim/.netrwhist
|
.vim/.netrwhist
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule ".vim/bundle/Vundle.vim"]
|
|
||||||
path = .vim/bundle/Vundle.vim
|
|
||||||
url = https://github.com/VundleVim/Vundle.vim.git
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95
|
|
1
.vim/indent/sql.vim
Normal file
1
.vim/indent/sql.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
set expandtab&
|
1
.vim/indent/vue.vim
Normal file
1
.vim/indent/vue.vim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
set expandtab&
|
31
.vimrc
31
.vimrc
|
@ -1,25 +1,19 @@
|
||||||
set nocompatible
|
set nocompatible
|
||||||
filetype off
|
filetype off
|
||||||
|
|
||||||
" Install Vundle:
|
|
||||||
" $ git clone https://github.com/VundleVim/Vundle.vim.git \
|
|
||||||
" ~/.vim/bundle/Vundle.vim
|
|
||||||
"
|
|
||||||
" Install all plugins:
|
" Install all plugins:
|
||||||
" $ vim +PluginInstall +qall
|
" $ vim +PlugInstall
|
||||||
|
|
||||||
set rtp+=~/.vim/bundle/Vundle.vim " Set the runtime path to include Vundle and initialize.
|
call plug#begin('~/.vim/plugged')
|
||||||
call vundle#begin()
|
Plug 'bling/vim-airline' " Lean & mean status/tabline for vim that's light as air.
|
||||||
Plugin 'VundleVim/Vundle.vim' " Let Vundle manage Vundle, required.
|
Plug 'antoyo/vim-licenses' " Vim Plugin that Provides Commands to Add Licenses at the Top of the Buffer.
|
||||||
Plugin 'bling/vim-airline' " Lean & mean status/tabline for vim that's light as air.
|
Plug 'sjl/badwolf' " A Vim color scheme.
|
||||||
Plugin 'antoyo/vim-licenses' " Vim Plugin that Provides Commands to Add Licenses at the Top of the Buffer.
|
Plug 'rust-lang/rust.vim' " Vim configuration for Rust.
|
||||||
Plugin 'breard-r/vim-dnsserial' " Another DNS-zone serial number updater.
|
Plug 'cespare/vim-toml' " Vim syntax for TOML.
|
||||||
Plugin 'sjl/badwolf' " A Vim color scheme.
|
Plug 'editorconfig/editorconfig-vim' " EditorConfig plugin
|
||||||
Plugin 'rust-lang/rust.vim' " Vim configuration for Rust.
|
Plug 'Yggdroot/indentLine' " Display thin vertical lines at each indentation level
|
||||||
Plugin 'cespare/vim-toml' " Vim syntax for TOML.
|
Plug 'leafOfTree/vim-vue-plugin' " Vim syntax and indent plugin for .vue files.
|
||||||
Plugin 'editorconfig/editorconfig-vim' " EditorConfig plugin
|
call plug#end()
|
||||||
Plugin 'Yggdroot/indentLine' " Display thin vertical lines at each indentation level
|
|
||||||
call vundle#end()
|
|
||||||
|
|
||||||
|
|
||||||
syntax on " Enable syntax highlighting.
|
syntax on " Enable syntax highlighting.
|
||||||
|
@ -73,8 +67,9 @@ let g:licenses_default_commands = ['affero', 'apache', 'bsd3', 'cecill', 'gfdl',
|
||||||
:augroup END
|
:augroup END
|
||||||
|
|
||||||
|
|
||||||
" Vertical indentation lines
|
" indentLine
|
||||||
let g:indentLine_char = '⦙'
|
let g:indentLine_char = '⦙'
|
||||||
|
let g:indentLine_setConceal = 0
|
||||||
|
|
||||||
|
|
||||||
" Tera templates
|
" Tera templates
|
||||||
|
|
21
README.md
21
README.md
|
@ -30,7 +30,7 @@ pacman -S dosfstools mtools
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
# Base utils
|
# Base utils
|
||||||
yay -S liquidprompt
|
yay -S liquidprompt vim-plug
|
||||||
# Printer
|
# Printer
|
||||||
yay -S brother-dcp1610w brscan-skey brscan4
|
yay -S brother-dcp1610w brscan-skey brscan4
|
||||||
# Graphical software
|
# Graphical software
|
||||||
|
@ -39,25 +39,10 @@ yay -S cardpeek
|
||||||
|
|
||||||
## vim
|
## vim
|
||||||
|
|
||||||
Plugins are managed by Vundle, which is a git submodule. After cloning the `dotfiles` repository, you have to initialize the submodule and install all plugins.
|
Plugins are managed by `vim-plug`, which is installed from the AUR.
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
cd dotfiles/
|
vim +PlugInstall
|
||||||
git submodule init
|
|
||||||
git submodule update
|
|
||||||
vim +PluginInstall +qall
|
|
||||||
```
|
|
||||||
|
|
||||||
Plugins can be updated with `vim +PluginUpdate +qall`.
|
|
||||||
|
|
||||||
Updating the Vundle submodule:
|
|
||||||
|
|
||||||
``` sh
|
|
||||||
cd .vim/bundle/Vundle.vim
|
|
||||||
git checkout master
|
|
||||||
git pull
|
|
||||||
cd -
|
|
||||||
git commit -m 'Update Vundle'
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue