mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
small update: dap-update, vim & nixos: add coq related config
This commit is contained in:
@@ -10,3 +10,12 @@ if [ -z $DEVICE_PATH ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
rsync -avz --progress --ignore-existing tele-rpi5:/mnt/usb/audio/ $DEVICE_PATH
|
rsync -avz --progress --ignore-existing tele-rpi5:/mnt/usb/audio/ $DEVICE_PATH
|
||||||
|
|
||||||
|
# update from sd-card to the server:
|
||||||
|
# rsync -avz --progress --ignore-existing ./ tele-rpi5:/mnt/usb/audio/
|
||||||
|
#
|
||||||
|
# DOWNLOAD raspberry to sdcard:
|
||||||
|
# rsync -az -P --ignore-existing --exclude={'switch','switch_BACKUP','zips'} tele-rpi5:/mnt/usb/games/roms/ ./
|
||||||
|
#
|
||||||
|
# UPLOAD roms from sd-card to raspberrypi (in the `roms` dir):
|
||||||
|
# rsync -az -P --ignore-existing --exclude={'switch','switch_BACKUP','zips'} ./ tele-rpi5:/mnt/usb/games/roms/
|
||||||
|
|||||||
7
init.vim
7
init.vim
@@ -66,6 +66,9 @@ Plug 'iden3/vim-circom-syntax'
|
|||||||
" LaTeX support. It needs latexmk & zathura
|
" LaTeX support. It needs latexmk & zathura
|
||||||
Plug 'lervag/vimtex'
|
Plug 'lervag/vimtex'
|
||||||
|
|
||||||
|
" Coq/Rocq
|
||||||
|
Plug 'whonore/Coqtail'
|
||||||
|
|
||||||
" deoplete
|
" deoplete
|
||||||
Plug 'Shougo/deoplete.nvim'
|
Plug 'Shougo/deoplete.nvim'
|
||||||
let g:deoplete#enable_at_startup = 1
|
let g:deoplete#enable_at_startup = 1
|
||||||
@@ -269,8 +272,8 @@ let g:gruvbox_contrast_dark = 'hard'
|
|||||||
let g:gruvbox_contrast_light = 'hard'
|
let g:gruvbox_contrast_light = 'hard'
|
||||||
let g:srcery_italic = 1
|
let g:srcery_italic = 1
|
||||||
|
|
||||||
set colorcolumn=100
|
set colorcolumn=80
|
||||||
" set textwidth=80
|
set textwidth=80
|
||||||
|
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
|
|||||||
@@ -99,6 +99,7 @@
|
|||||||
vlc
|
vlc
|
||||||
feh
|
feh
|
||||||
kolourpaint
|
kolourpaint
|
||||||
|
gimp
|
||||||
calibre
|
calibre
|
||||||
tauon
|
tauon
|
||||||
|
|
||||||
@@ -130,6 +131,10 @@
|
|||||||
wabt # wasm binary toolkit
|
wabt # wasm binary toolkit
|
||||||
wasmedge # to execute wasm binaries
|
wasmedge # to execute wasm binaries
|
||||||
sage
|
sage
|
||||||
|
coq
|
||||||
|
coqPackages.mathcomp
|
||||||
|
coqPackages.coqide
|
||||||
|
opam # ocaml package manager, for coq packages
|
||||||
go
|
go
|
||||||
(python3.withPackages(ps: with ps; [
|
(python3.withPackages(ps: with ps; [
|
||||||
matplotlib numpy qmk
|
matplotlib numpy qmk
|
||||||
|
|||||||
Reference in New Issue
Block a user