Revamp installer and dots
This commit is contained in:
parent
fc0a7a25ab
commit
34fb8a5fcb
76 changed files with 6240 additions and 2786 deletions
3
config/fish/functions/clone.fish
Normal file
3
config/fish/functions/clone.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function clone --description 'alias clone=gh repo clone'
|
||||
gh repo clone $argv;
|
||||
end
|
Reference in a new issue