Compare commits
16 Commits
95814eb86b
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8adb11049d | ||
![]() |
e5ae14bb1c | ||
![]() |
0815537beb | ||
![]() |
027eba011c | ||
006cc70889 | |||
16cc781e60 | |||
![]() |
9e8ac7bce4 | ||
![]() |
24c5277498 | ||
bf172fb381 | |||
25cfc15bd0 | |||
a710f648ae | |||
![]() |
2f645a2c00 | ||
c9b8dee5c6 | |||
![]() |
9b186eb23c | ||
9cdb8bee9d | |||
827ae25751 |
@@ -14,7 +14,3 @@ refreshPeriod = "168h"
|
||||
type = "git-repo"
|
||||
url = "https://github.com/Piraty/xxtools.git"
|
||||
refreshPeriod = "168h"
|
||||
|
||||
[".local/share/zsh-history-substring-search"]
|
||||
type = "archive"
|
||||
url = "https://github.com/zsh-users/zsh-history-substring-search/archive/refs/tags/v1.1.0.tar.gz"
|
||||
|
@@ -1,29 +1,14 @@
|
||||
README.md
|
||||
|
||||
{{ if eq .chezmoi.hostname "daybreak" }}
|
||||
{{ if or (eq .chezmoi.hostname "daybreak") (eq .chezmoi.hostname "epoch") (eq .chezmoi.hostname "UGC13335X84") (env "ANDROID_ROOT") }}
|
||||
.config/beets
|
||||
.config/davfs2/secrets
|
||||
.config/kitty
|
||||
.config/kitty/kitty-gruvbox-theme
|
||||
.config/sway
|
||||
.config/waybar
|
||||
.local/share/gnupg/sshcontrol
|
||||
{{ end }}
|
||||
|
||||
{{ if eq .chezmoi.hostname "epoch" }}
|
||||
.config/beets
|
||||
.config/davfs2/secrets
|
||||
.config/kitty
|
||||
.config/kitty/kitty-gruvbox-theme
|
||||
.config/sway
|
||||
.config/waybar
|
||||
.local/share/gnupg/sshcontrol
|
||||
{{ end }}
|
||||
|
||||
{{ if eq .chezmoi.hostname "UGC13335X84" }}
|
||||
.config/beets
|
||||
.config/davfs2/secrets
|
||||
.config/sway
|
||||
.config/waybar
|
||||
{{ if or (eq .chezmoi.hostname "daybreak") (eq .chezmoi.hostname "epoch") (eq .chezmoi.hostname "UGC13335X84") }}
|
||||
.local/share/gnupg/sshcontrol
|
||||
{{ end }}
|
||||
|
@@ -9,6 +9,7 @@ export XDG_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}"
|
||||
export XDG_STATE_HOME="${XDG_STATE_HOME:-$HOME/.local/state}"
|
||||
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
|
||||
export XDG_CACHE_HOME="${XDG_CACHE_HOME:-$HOME/.cache}"
|
||||
export TERMINFO_DIRS="$TERMINFO_DIRS:/usr/share/terminfo"
|
||||
|
||||
# runit
|
||||
export SVDIR="$XDG_STATE_HOME"/service
|
||||
@@ -17,10 +18,6 @@ export SVDIR="$XDG_STATE_HOME"/service
|
||||
export EDITOR=nvim
|
||||
export SUDO_EDITOR=nvim
|
||||
|
||||
# wayland
|
||||
export MOZ_ENABLE_WAYLAND=1
|
||||
export QT_QPA_PLATFORM=wayland
|
||||
|
||||
# sway stuff
|
||||
#export XDG_CURRENT_DESKTOP=sway
|
||||
#export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
@@ -44,7 +41,7 @@ export NPM_CONFIG_INIT_MODULE="$XDG_CONFIG_HOME"/npm/config/npm-init.js
|
||||
export NPM_CONFIG_TMP="$XDG_RUNTIME_DIR"/npm
|
||||
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc
|
||||
export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass
|
||||
export PATH="$HOME/.local/bin:$PATH:$XDG_DATA_HOME/xxtools:$XDG_DATA_HOME/flutter/bin"
|
||||
export PATH="$HOME/.local/bin:$PATH:$XDG_DATA_HOME/xxtools:$XDG_DATA_HOME/flutter/bin:$ANDROID_HOME/platform-tools"
|
||||
export PYTHON_HISTORY="$XDG_STATE_HOME"/python_history
|
||||
export RUSTUP_HOME="$XDG_DATA_HOME"/rustup
|
||||
export SQLITE_HISTORY="$XDG_CACHE_HOME"/sqlite_history
|
||||
@@ -63,3 +60,4 @@ export XBPS_DISTDIR="$HOME"/repos/void-packages
|
||||
# Android build stuff
|
||||
export USE_CCACHE=1
|
||||
export CCACHE_EXEC=/usr/bin/ccache
|
||||
export ANDROID_STUDIO="$XDG_DATA_HOME"/flatpak/app/com.google.AndroidStudio/current/active/files/extra/android-studio
|
||||
|
@@ -2,7 +2,11 @@
|
||||
autocrlf = input
|
||||
safecrlf = warn
|
||||
[user]
|
||||
{{- if eq .chezmoi.hostname "UGC13335X84" }}
|
||||
email = jbeckmey@ford.com
|
||||
{{- else }}
|
||||
email = joel@beckmeyer.us
|
||||
{{- end }}
|
||||
name = Joel Beckmeyer
|
||||
[color]
|
||||
ui = auto
|
||||
@@ -24,5 +28,3 @@
|
||||
required = true
|
||||
[pull]
|
||||
rebase = false
|
||||
[credential "https://github.com"]
|
||||
helper = !/usr/bin/gh auth git-credential
|
@@ -87,8 +87,12 @@ fi
|
||||
if command -v keychain >/dev/null; then
|
||||
alias keychain="keychain --nolock --absolute --dir $XDG_RUNTIME_DIR"
|
||||
eval "$(keychain --quick --eval)"
|
||||
rbw unlock
|
||||
SSH_ASKPASS=get_id_rsa_pass SSH_ASKPASS_REQUIRE=force ssh-add ~/.ssh/id_rsa
|
||||
if command -v rbw >/dev/null; then
|
||||
rbw unlock
|
||||
SSH_ASKPASS=get_id_rsa_pass SSH_ASKPASS_REQUIRE=force ssh-add ~/.ssh/id_rsa
|
||||
else
|
||||
ssh-add ~/.ssh/id_rsa
|
||||
fi
|
||||
fi
|
||||
|
||||
# Command not found handler
|
||||
@@ -113,6 +117,8 @@ for plugin in zsh-syntax-highlighting zsh-history-substring-search zsh-autosugge
|
||||
possible_locations=(
|
||||
# Standard location
|
||||
"/usr/share/zsh/plugins/$plugin/$plugin.zsh"
|
||||
# Nix
|
||||
"/nix/var/nix/profiles/default/share/$plugin/$plugin.zsh"
|
||||
# Direct in /usr/share
|
||||
"/usr/share/$plugin/$plugin.zsh"
|
||||
# Home directory locations
|
||||
@@ -123,8 +129,6 @@ for plugin in zsh-syntax-highlighting zsh-history-substring-search zsh-autosugge
|
||||
"$HOME/.oh-my-zsh/custom/plugins/$plugin/$plugin.zsh"
|
||||
# Homebrew location (for macOS users)
|
||||
"/usr/local/share/$plugin/$plugin.zsh"
|
||||
# Specific path for history-substring-search with version number
|
||||
"$HOME/.local/share/zsh-history-substring-search/zsh-history-substring-search-*/zsh-history-substring-search.zsh"
|
||||
)
|
||||
# Try each location until we find one that exists
|
||||
for location in "${possible_locations[@]}"; do
|
||||
|
1
dot_config/zsh/symlink_dot_zshenv
Normal file
1
dot_config/zsh/symlink_dot_zshenv
Normal file
@@ -0,0 +1 @@
|
||||
../environment
|
36
private_dot_ideavimrc
Normal file
36
private_dot_ideavimrc
Normal file
@@ -0,0 +1,36 @@
|
||||
" .ideavimrc is a configuration file for IdeaVim plugin. It uses
|
||||
" the same commands as the original .vimrc configuration.
|
||||
" You can find a list of commands here: https://jb.gg/h38q75
|
||||
" Find more examples here: https://jb.gg/share-ideavimrc
|
||||
|
||||
|
||||
"" -- Suggested options --
|
||||
" Show a few lines of context around the cursor. Note that this makes the
|
||||
" text scroll if you mouse-click near the start or end of the window.
|
||||
set scrolloff=5
|
||||
|
||||
" Do incremental searching.
|
||||
set incsearch
|
||||
|
||||
" Don't use Ex mode, use Q for formatting.
|
||||
map Q gq
|
||||
|
||||
" --- Enable IdeaVim plugins https://jb.gg/ideavim-plugins
|
||||
|
||||
" Highlight copied text
|
||||
Plug 'machakann/vim-highlightedyank'
|
||||
" Commentary plugin
|
||||
Plug 'tpope/vim-commentary'
|
||||
|
||||
|
||||
"" -- Map IDE actions to IdeaVim -- https://jb.gg/abva4t
|
||||
"" Map \r to the Reformat Code action
|
||||
"map \r <Action>(ReformatCode)
|
||||
|
||||
"" Map <leader>d to start debug
|
||||
"map <leader>d <Action>(Debug)
|
||||
|
||||
"" Map \b to toggle the breakpoint on the current line
|
||||
"map \b <Action>(ToggleLineBreakpoint)
|
||||
|
||||
set clipboard+=unnamedplus
|
Reference in New Issue
Block a user