Add environment variables in ~/.profile
.
export AHGORA_ACCOUNT=
export AHGORA_PASSWORD=
export AHGORA_IDENTITY=
Create .sh (remember to give permission for execution with chmod +x bater-ponto.sh
)
<?xml version="1.0" encoding="UTF-8"?> | |
<templates> | |
<template autoinsert="true" context="javadoc" deleted="false" description="author name" enabled="true" id="org.eclipse.jdt.ui.templates.author" name="@author">@author José Lucas | ${Adicionar email aqui}</template> | |
<template autoinsert="true" context="javadoc" deleted="false" description="Versão inicial de um código" enabled="true" name="@initVersion">@version ${currentDate:date('yyyy-MM-dd')} - Versão inicial.</template> | |
<template autoinsert="true" context="javadoc" deleted="false" description="since" enabled="true" name="@since">@since ${currentDate:date('yyyy-MM-dd')}</template> | |
<template autoinsert="true" context="javadoc" deleted="false" description="version" enabled="true" name="@version">@version ${currentDate:date('yyyy-MM-dd')} - José Lucas -</template> | |
</templates> |
Hyperlayout, allows us to create presets for HyperTerminal, that in my case, facilitate the initialization/provisioning at the start of my workstation.
Structure of my HyperTerminal day-to-day:
[
[[
["", ""],
Open windows terminal and go to Settings
and Open JSON File
. You should add code below in object profiles.list
.
{
"guid": "{aeddef2b-82be-4f04-b8e9-de088df5d554}",
"hidden": false,
"name": "Git Bash",
"commandline": "\"%LOCALAPPDATA%\\Programs\\Git\\usr\\bin\\bash.exe\" -i -l", # Change to your git local installation
Firstly you need make sure that the your IntelliJ folder is in the correct path, if you doesn't already have IntelliJ, you can do the download in official site:
https://www.jetbrains.com/pt-br/idea/download/?section=linux
Or you can try use the following command:
# Sometimes you can have some problems with your network connection or proxies, so try change de begin for curl -k ...
curl https://download-cdn.jetbrains.com/idea/ideaIC-2023.2.4.tar.gz --output ./intelliJ.tar.gz
As a consultant, it's pretty common to juggle multiple clients throughout our workday—kinda like being a tech superhero, but without the cape (and the cool gadgets, sadly). With this tip, say goodbye to those endless local setups!
In the global .gitconfig do the following modifications:
[includeIf "gitdir:~/path/to/first-client/projects/"]
path = ~/.gitconfig-first-client
[includeIf "gitdir:~/path/to/second-client/projects/"]