Maintainer: Keil Miller Jr
How to create and manage an AUR package.
The following link should be read:
| "custom/wf-recorder": { | |
| "format": "{}", | |
| "interval": "once", | |
| "exec": "echo ''", | |
| "tooltip": "false", | |
| "exec-if": "pgrep 'wf-recorder'", | |
| "on-click": "exec $HOME/.scripts/wlrecord.sh", | |
| "signal": 8 | |
| } |
Maintainer: Keil Miller Jr
How to create and manage an AUR package.
The following link should be read:
| # Luke's config for the Zoomer Shell | |
| # Enable colors and change prompt: | |
| autoload -U colors && colors | |
| PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b " | |
| # History in cache directory: | |
| HISTSIZE=10000 | |
| SAVEHIST=10000 | |
| HISTFILE=~/.cache/zsh/history |
| If 2fa is enabled on github switch to ssh instead of https on linux | |
| 1. generate an ssh keypair on your linux box | |
| ssh-keygen -t {rsa|dsa} | |
| 2. add the public key to github: profile - settings - ssh keys | |
| 3. switch from https to ssh | |
| Check your repo remote: |