This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. | |
# Initialization code that may require console input (password prompts, [y/n] | |
# confirmations, etc.) must go above this block; everything else may go below. | |
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then | |
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" | |
fi | |
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nightTab": true, | |
"version": "7.3.0", | |
"state": { | |
"layout": { | |
"area": { | |
"header": { | |
"width": 100, | |
"justify": "center" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"title": "Taco Bells", | |
"price": "AED 150", | |
"rating": "4.5", | |
"offer": "30", | |
"timing": "11am to 11pm", | |
"address": "Al Musalla", | |
"desc": "Mexican, Fast Food, Wraps, Beverages", | |
"imageUrl": "https://res.cloudinary.com/swiggy/image/upload/fl_lossy,f_auto,q_auto,w_508,h_320,c_fill/xugajrjlu06blbazyqtz", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"title": "12 to 12 BBQ", | |
"rating": "4.3", | |
"offer": "10", | |
"address": "Al Musalla", | |
"timing": "11am to 11pm", | |
"map": "https://goo.gl/maps/U5takV31Eus7wVBG7", | |
"desc": "Mexican, Fast Food, Wraps, Beverages", | |
"imageUrl": "https://cdn.pixabay.com/photo/2015/11/19/10/38/food-1050813_960_720.jpg" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"code": "APAY50", | |
"title": "Get 50% cashback using Amazon Pay wallet", | |
"desc": "Maximum cashback up to AED 120", | |
"available": true, | |
"imageUrl": "https://pmjsankar.github.io/api/img/apay.jpg" | |
}, | |
{ | |
"code": "FEAST40", |