Compare commits

...

5 Commits

Author SHA1 Message Date
an 126332a91a vim: update packages 2020-01-07 11:36:22 -05:00
an bd213404f6 fonts: remove 30-win32-aliases.conf 2020-01-07 11:36:15 -05:00
an 8485e75001 copy-files: show progress verbosely 2020-01-07 11:36:01 -05:00
an 7b20e44ada xprofile: use path instead of ~/bin/ 2020-01-07 11:35:50 -05:00
an d13302eeb9 fish: fix usage of vim: syntax 2020-01-07 11:35:20 -05:00
8 changed files with 19 additions and 13 deletions

View File

@ -20,6 +20,6 @@ xrdb -merge ~/.Xresources
setxkbmap -option 'caps:ctrl_modifier'
ibus-daemon &
mpd &
~/bin/oneko -sakura -tofocus &
oneko -sakura -tofocus &
## EOF

View File

@ -1,7 +1,7 @@
#!/usr/bin/env fish
# copy regular files
mkdir -p \
mkdir -vp \
applications \
build-system \
fonts \
@ -15,7 +15,7 @@ mkdir -p \
while read f t
eval set t $t
cp -r "$t" "$f"
cp -vr "$t" "$f"
end < files
# copy font configs
@ -24,7 +24,7 @@ function copy-confd -a path out
for f in $path/*.conf
if not test -L "$f"
cp "$f" "$out"
cp -v "$f" "$out"
end
end
end
@ -37,7 +37,7 @@ tree -dL 3 ~/.vim/pack > vim/packages
for repo in ~/.vim/pack/*/*/*
pushd $repo
echo -n (basename $PWD)" "
echo -n (basename $PWD)" " | tee /dev/stderr
if test -d .git
echo "<"(git config --get remote.(git rev-parse --abbrev-ref "master@{upstream}" | sed 's/\(.*\)\/.*/\1/').url)">"
else
@ -45,7 +45,12 @@ for repo in ~/.vim/pack/*/*/*
end
popd
end | sort > vim/package_repos
echo
# erase passwords
sed -i 's/password>.*<\//password>password removed<\//g' network/icecast.xml
sed -i 's/password\(\s*\)".*"/password\1"password removed"/g' network/mpd.conf
function erasepw -a inp out
sed -i "$inp" "$out"
echo "$out"
end
erasepw 's/password>.*<\//password>password removed<\//g' network/icecast.xml
erasepw 's/password\(\s*\)".*"/password\1"password removed"/g' network/mpd.conf

View File

@ -1,4 +1,4 @@
# vim: syntax=fish:
#!/usr/bin/env fish
function xqdir -d "Quickly sets up an environment for building packages"
$_agw_dir_src/packages/void/greyserv/copy

View File

@ -1,4 +1,4 @@
# vim: syntax=fish:
#!/usr/bin/env fish
function xrreload -d "Reload all packages into the package repository"
set repo "$XBPS_HOSTDIR"/binpkgs

View File

@ -1,4 +1,4 @@
# vim: syntax=fish:
#!/usr/bin/env fish
function wiki-preview -d "Preview a wiki page" -a wiki mdwn
scp "$mdwn" "$_agw_secret_ikiwiki_login":/tmp/test.mdwn

View File

@ -4,7 +4,6 @@
/etc/fonts/conf.d/11-lcdfilter-default.conf
/etc/fonts/conf.d/20-unhint-small-vera.conf
/etc/fonts/conf.d/30-metric-aliases.conf
/etc/fonts/conf.d/30-win32-aliases.conf
/etc/fonts/conf.d/40-nonlatin.conf
/etc/fonts/conf.d/45-generic.conf
/etc/fonts/conf.d/45-latin.conf

View File

@ -4,7 +4,7 @@ base16-vim <https://github.com/chriskempson/base16-vim>
bufexplorer <https://github.com/jlanzarotta/bufexplorer>
candid.vim <https://github.com/flrnprz/candid.vim>
ctrlp.vim <https://github.com/kien/ctrlp.vim>
gimme-ranger <no url>
gimme-ranger <git@git.greyserv.net:marrub/gimme-ranger.git>
lh-vim-lib <https://github.com/LucHermitte/lh-vim-lib>
my-vim-colors <git@git.greyserv.net:marrub/my-vim-colors.git>
plastic.vim <https://github.com/flrnprz/plastic.vim>
@ -28,6 +28,7 @@ vim-fugitive <https://github.com/tpope/vim-fugitive>
vim-gdscript3 <https://github.com/calviken/vim-gdscript3>
vim-gutentags <https://github.com/ludovicchabant/vim-gutentags.git>
vim-localvimrc <https://github.com/embear/vim-localvimrc>
vim-markdown-preview <https://github.com/JamshedVesuna/vim-markdown-preview>
vim-markdown-toc <https://github.com/mzlogin/vim-markdown-toc>
vim-polyglot <https://github.com/sheerun/vim-polyglot>
vim-qt-cpp <git@git.greyserv.net:marrub/vim-qt-cpp.git>

View File

@ -46,6 +46,7 @@
├── vim-buftabline
├── vim-easy-align
├── vim-localvimrc
├── vim-markdown-preview
└── vim-markdown-toc
48 directories
49 directories