feat: move configuration files inside home folder
This commit is contained in:
1
home/.config/zsh/ohmyzsh/.github/workflows/installer/.gitignore
vendored
Normal file
1
home/.config/zsh/ohmyzsh/.github/workflows/installer/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
install.sh
|
2
home/.config/zsh/ohmyzsh/.github/workflows/installer/.vercelignore
vendored
Normal file
2
home/.config/zsh/ohmyzsh/.github/workflows/installer/.vercelignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/*
|
||||
!/install.sh
|
23
home/.config/zsh/ohmyzsh/.github/workflows/installer/vercel.json
vendored
Normal file
23
home/.config/zsh/ohmyzsh/.github/workflows/installer/vercel.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(|install.sh)",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Content-Type",
|
||||
"value": "text/plain"
|
||||
},
|
||||
{
|
||||
"key": "Content-Disposition",
|
||||
"value": "inline; filename=\"install.sh\""
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/",
|
||||
"destination": "/install.sh"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user