Compare commits

...

2 commits

Author SHA1 Message Date
2a9987fb9e
update todos 2023-05-16 12:43:50 -05:00
d6a467d64e
update weather with a default 2023-05-16 12:42:14 -05:00
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,5 @@
#!/bin/zsh #!/bin/zsh
# What is the weather? ##? What is the weather?
curl "http://wttr.in/$1" ##? defaults to showing Austin, Tx
curl "http://wttr.in/${1:-Austin,Tx}"

View file

@ -1,4 +1,6 @@
# Dotfile Todo's # Dotfile Todo's
- [x] make a command to 'forget' files using fzf as selector <!-- i.e. something like chezmoi forget --interactive ~/$(chezmoi managed | fzf) -->
<!-- i.e. something line chezmoi forget --interactive ~/$(chezmoi managed | fzf) --> - [ ] make a command to 'forget' files using fzf as selector
- [ ] deal with the abomination that is the ./vscode directory