Compare commits

...

4 Commits

Author SHA1 Message Date
an bcce46e72f lutris: various view options 2019-11-04 21:13:57 -05:00
an 4e5c74e2af cargo: use ~/bin/rust 2019-11-04 21:13:34 -05:00
an b2e1a11c98 fish: add quick-diff 2019-11-04 21:13:13 -05:00
an c1cb544af2 fish: clean repo on reload 2019-11-04 21:12:57 -05:00
4 changed files with 24 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[build]
target-dir = "/home/marrub/bin/_rs"
target-dir = "/home/marrub/bin/rust"
[install]
root = "/home/marrub/.local"

7
fish/quick-diff Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env fish
function quick-diff -d 'Quickly diffs a file and places it in a package dir'
diff -u $argv[1] $argv[2] > $_agw_dir_src/packages/void/greyserv/srcpkgs/$argv[3]/patches/$argv[4]
end
## EOF

View File

@ -1,7 +1,10 @@
# vim: syntax=fish:
function xrreload -d "Reload all packages into the package repository"
xbps-rindex -f --add "$XBPS_HOSTDIR"/binpkgs/*.xbps
set repo "$XBPS_HOSTDIR"/binpkgs
xbps-rindex -f -c "$repo"
xbps-rindex -f -r "$repo"
xbps-rindex -f -a "$repo"/*.xbps
end
function xrsync -d "Upload voidlinux package repository"

View File

@ -8,4 +8,16 @@ dark_theme = True
runners_manager_width = 800
runners_manager_height = 800
show_advanced_options = False
dismiss-missing-vulkan-library-warning = True
filter_installed = False
view_type = grid
[list view]
name_column_width = 200
year_column_width = 60
runner_column_width = 120
platform_column_width = 120
lastplayed_column_width = 120
installedat_column_width = 120
playtime_column_width = 100