delete unused files
Some checks are pending
CI / test (push) Waiting to run

This commit is contained in:
Josh Thomas 2025-07-02 18:35:36 -05:00
parent 7d0298238e
commit 63a0506c16
6 changed files with 0 additions and 78 deletions

View file

@ -1,3 +0,0 @@
alias lg='lazygit'
alias vim='nvim'
alias moi='chezmoi'

2
.npmrc
View file

@ -1,2 +0,0 @@
cafile=/home/josh/.certs/cacert.pem
@westerveltco:registry=https://npm.pkg.github.com

View file

@ -1 +0,0 @@
ca-certificate=~/.certs/cacert.pem

View file

@ -1,12 +0,0 @@
# this file is installed as ~/.zprofile for newly created users
# prepend ~/.local/bin and ~/bin to $PATH unless it is already there
if ! [[ "$PATH" =~ "$HOME/bin" ]]
then
PATH="$HOME/bin:$PATH"
fi
if ! [[ "$PATH" =~ "$HOME/.local/bin:" ]]
then
PATH="$HOME/.local/bin:$PATH"
fi
export PATH

22
.zshenv
View file

@ -1,22 +0,0 @@
[ -d "$HOME/bin" ] && PATH="$HOME/bin:$PATH"
[ -d "$HOME/.local/bin" ] && PATH="$HOME/.local/bin:$PATH"
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
export PATH="/usr/local/go/bin:$PATH"
export GOPATH="$HOME/go"
export PATH="$GOPATH/bin:$PATH"
export FLYCTL_INSTALL="/home/josh/.fly"
export PATH="$FLYCTL_INSTALL/bin:$PATH"
export PATH="$HOME/.yarn/bin:$HOME/.config/yarn/global/node_modules/.bin:$PATH"
skip_global_compinit=1
[ -d "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
export PATH="$HOME/.luarocks/bin:$PATH"
export PATH="$HOME/.local/bin:$PATH"

38
.zshrc
View file

@ -1,38 +0,0 @@
#
# .zshrc is sourced in interactive shells.
# It should contain commands to set up aliases,
# functions, options, key bindings, etc.
#
autoload -U compinit
compinit
#allow tab completion in the middle of a word
setopt COMPLETE_IN_WORD
## keep background processes at full speed
#setopt NOBGNICE
## restart running processes on exit
#setopt HUP
## history
#setopt APPEND_HISTORY
## for sharing history between zsh processes
#setopt INC_APPEND_HISTORY
#setopt SHARE_HISTORY
## never ever beep ever
#setopt NO_BEEP
## automatically decide when to page a list of completions
#LISTMAX=0
## disable mail checking
#MAILCHECK=0
# autoload -U colors
#colors
. "$HOME/.local/bin/env"
. "/home/josh/.deno/env"
. "$HOME/.local/share/../bin/env"