This file contains 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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/home/wilson/.oh-my-zsh" | |
export PATH="$HOME/.symfony/bin:$PATH" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME |
This file contains 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
# Generated by Powerlevel10k configuration wizard on 2020-02-07 at 12:52 -03. | |
# Based on romkatv/powerlevel10k/config/p10k-rainbow.zsh, checksum 55550. | |
# Wizard options: nerdfont-complete + powerline, small icons, rainbow, time, | |
# slanted separators, slanted heads, slanted tails, 2 lines, dotted, left frame, | |
# lightest-ornaments, sparse, many icons, concise, instant_prompt=quiet. | |
# Type `p10k configure` to generate another config. | |
# | |
# Config for Powerlevel10k with powerline prompt style with colorful background. | |
# Type `p10k configure` to generate your own config based on it. | |
# |
This file contains 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
#Pacotes Snap | |
sudo snap install telegram-desktop spotify handbrake-jz audacity insomnia colorpicker-app freac discord | |
sudo snap install sublime-text --classic | |
sudo snap install code --classic | |
#pacotes Flatpak | |
flatpak install flathub org.gnome.gitlab.YaLTeR.Identity | |
This file contains 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
winget install --id=Mozilla.Firefox -e && winget install --id=Zoom.Zoom -e && winget install --id=VideoLAN.VLC -e && winget install --id=Discord.Discord -e && winget install --id=Automattic.Simplenote -e && winget install --id=Git.Git -e && winget install --id=7zip.7zip -e && winget install --id=mcmilk.7zip-zstd -e && winget install --id=Microsoft.PowerToys -e && winget install --id=Spotify.Spotify -e && winget install --id=OBSProject.OBSStudio -e && winget install --id=Obsidian.Obsidian -e && winget install --id=uvncbvba.UltraVnc -e && winget install --id=Axosoft.GitKraken -e && winget install --id=Canonical.Ubuntu -e |
This file contains 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
{ | |
"trailingComma": "all", | |
"printWidth": 80, | |
"semi": true, | |
"singleQuote": true, | |
"jsxSingleQuote": true, | |
"tabWidth": 2, | |
"quoteProps": "as-needed" | |
} |
This file contains 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
Show hidden characters
{ | |
"env": { | |
"browser": true, | |
"commonjs": false, | |
"es2021": true | |
}, | |
"extends": [ | |
"plugin:react/recommended", | |
"airbnb-base" | |
], |
This file contains 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
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// choose either `'stable'` for receiving highly polished, | |
// or `'canary'` for less polished but more frequent updates | |
updateChannel: 'stable', |
This file contains 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
winget install --id=HandBrake.HandBrake -e && winget install --id=CPUID.CPU-Z.GBT -e && winget install --id=CPUID.HWMonitor -e && winget install --id=CrystalDewWorld.CrystalDiskInfo -e && winget install --id=Audacity.Audacity -e && winget install --id=VideoLAN.VLC -e && winget install --id=LogMeIn.Hamachi -e && winget install --id=OBSProject.OBSStudio -e && winget install --id=Telegram.TelegramDesktop -e && winget install --id=Discord.Discord -e && winget install --id=Postman.Postman -e && winget install --id=Adobe.Acrobat.Reader.64-bit -e && winget install --id=Radmin.VPN -e && winget install --id=Oracle.VirtualBox -e && winget install --id=Google.Drive -e && winget install --id=uvncbvba.UltraVnc -e && winget install --id=Ditto.Ditto -e && winget install --id=Mozilla.Firefox -e && winget install --id=SublimeHQ.SublimeText.4 -e && winget install --id=EpicGames.EpicGamesLauncher -e && winget install --id=Valve.Steam -e && winget install --id=7zip.7zip -e && winget install --id=Microsoft.V |
This file contains 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
{ | |
"transfer": "Transfer", | |
"transaction_feed": "Transaction Feed", | |
"change_name": "Change Name" | |
} |
This file contains 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
#!/bin/bash | |
red='\x1b[41m' | |
nocolor='\x1b[0m' | |
protected_branch='main' | |
current_branch=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,') | |
if [ $protected_branch = $current_branch ] | |
then |
OlderNewer