Alias | Command |
---|---|
g | git |
ga | git add |
gaa | git add --all |
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
" ============================================================================ | |
" .vimrc - Comprehensive Vim Configuration | |
" Inspired by AstroNvim setup with modern features | |
" ============================================================================ | |
" ============================================================================ | |
" Basic Configuration | |
" ============================================================================ | |
" Disable Vi compatibility |
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
set -g escape-time 10 | |
set-option -sa terminal-overrides ",xterm*:Tc" | |
set -g mouse on | |
set -g status-interval 5 | |
# set -s set-clipboard external | |
set -as terminal-features ',rxvt-unicode-256color:clipboard' | |
# Set the control character to Ctrl+Spacebar (instead of Ctrl+B) | |
unbind-key C-b | |
set -g prefix M-a |
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
version: "3.8" | |
services: | |
ampache: | |
image: ampache/ampache | |
ports: | |
- "80:80" | |
environment: | |
MYSQL_ROOT_PASSWORD: example | |
MYSQL_DATABASE: ampache |
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
local wezterm = require 'wezterm' | |
local wsl_domains = wezterm.default_wsl_domains() | |
wezterm.on("gui-startup", function(cmd) | |
local _, _, window = wezterm.mux.spawn_window(cmd or {}) | |
window:gui_window():toggle_fullscreen() | |
end) | |
for _, domain in ipairs(wsl_domains) do |
This is a manual for OSX like touchpad gestures on arch linux for the awesome window manager. It describes how to trigger awesome actions on swiping with three fingers on the touchpad.
-
Install libinput dependencies
paru -S xf86-input-libinput libinput-gestures
-
Add current user to input group
sudo gpasswd -a $USER input
This is a manual for OSX like touchpad gestures on arch linux for the awesome window manager. It describes how to trigger awesome actions on swiping with three fingers on the touchpad.
-
Install libinput dependencies
pacaur -S sf86-input-libinput libinput-gestures
-
Add current user to input group
sudo gpasswd -a $USER input
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
<# | |
.SYNOPSIS | |
Script to Initialize my custom powershell setup. | |
.DESCRIPTION | |
Script uses scoop | |
.NOTES | |
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted. | |
Author: Mike Pruett | |
Date: October 18th, 2018 |
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
Dir | Rename-Item –NewName { $_.name –replace “_“,” ” } |
NewerOlder