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
https://dev.to/abdfnx/oh-my-zsh-powerlevel10k-cool-terminal-1no0 | |
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
git clone https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k | |
Then you need to enable it, change the value of ZSH_THEME to following in ~/.zshrc file: | |
ZSH_THEME="powerlevel10k/powerlevel10k" | |
p10k configure |
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
To set your global username/email configuration: | |
Open the command line. | |
Set your username: | |
git config --global user.name "Fernando Chicaiza" | |
Set your email address: | |
git config --global user.email "[email protected]" |
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
UBUNTU | |
sudo apt install php8.1 php8.1-curl php8.1-gd php8.1-intl php8.1-mbstring php8.1-mysql php8.1-opcache php8.1-sqlite3 php8.1-xml php8.1-zip | |
sudo apt install php7.4 php7.4-curl php7.4-gd php7.4-intl php7.4-mbstring php7.4-mysql php7.4-opcache php7.4-sqlite3 php7.4-xml php7.4-zip | |
FEDORA | |
sudo dnf -y update | |
sudo dnf -y install https://rpms.remirepo.net/fedora/remi-release-36.rpm | |
sudo dnf config-manager --set-enabled remi | |
sudo dnf module reset php | |
sudo dnf module install php:remi-7.4 |
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
bcdedit /enum firmware | |
bcdedit /delete {id} | |
bcdedit /set {bootmgr} path \EFI\Microsoft\Boot\bootmgfw.efi | |
bcdedit /set {bootmgr} path \EFI\fedora\grubx64.efi | |
--------------------------- | |
diskpart |
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
{ | |
"[blade]": { | |
"editor.defaultFormatter": "shufo.vscode-blade-formatter" | |
}, | |
"[css]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, | |
"[dockercompose]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
}, |
NewerOlder