This website works better with JavaScript.
Home
Help
Sign In
ryanreed
/
dotfiles-chezmoi
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
My dotfiles utilizing Chezmoi for management
https://www.chezmoi.io/
linux
dotfiles
chezmoi
53
Commits
1
Branch
16 MiB
Shell
61%
Vim script
39%
Tree:
8bbd790437
dotfiles-chezmoi
/
dot_zsh
/
functions
/
curl_json.zsh
3 lines
62 B
Raw
Blame
History
function
curl_json
(
)
{
curl -s
$1
|
python -m json.tool
}