Compare commits

...

3 Commits

Author SHA1 Message Date
Rob Muhlestein bcce8c483c add version to gh config 2 weeks ago
Rob Muhlestein 09608c626e add .goreleaser to yaml format in vimrc 2 weeks ago
Rob Muhlestein 1dcbab2779 add curl 2 weeks ago

@ -39,3 +39,4 @@ aliases:
} ' | jq -r '.data.viewer.organizations[][] | .id + " " + .name'
defmain: |
!gh api -X PATCH "repos/$1" -f default_branch="main" | jq .default_branch
version: "1"

@ -1,4 +1,4 @@
#!/bin/sh
sudo apt install nmap jq pcregrep lynx make uidmap ruby weechat-curses python-is-python3 libcurses-perl figlet cmatrix build-essential libncurses-dev autoconf entr
sudo apt install nmap jq pcregrep lynx make uidmap ruby weechat-curses python-is-python3 libcurses-perl figlet cmatrix build-essential libncurses-dev autoconf entr pip curl
sudo cpan -I Term::Animation

@ -350,6 +350,7 @@ au bufnewfile,bufRead $SNIPPETS/python/* set ft=python
au bufnewfile,bufRead $SNIPPETS/perl/* set ft=perl
au bufnewfile,bufRead user-data set ft=yaml
au bufnewfile,bufRead meta-data set ft=yaml
au bufnewfile,bufRead .goreleaser set ft=yaml
au bufnewfile,bufRead *.ddl set ft=sql
au bufnewfile,bufRead keg set ft=yaml
au bufnewfile,bufRead *.bash* set ft=bash

Loading…
Cancel
Save