mirror of
https://github.com/joshuadavidthomas/dotfiles.git
synced 2025-12-23 05:36:53 +00:00
This commit is contained in:
parent
7d0298238e
commit
63a0506c16
6 changed files with 0 additions and 78 deletions
3
.aliases
3
.aliases
|
|
@ -1,3 +0,0 @@
|
|||
alias lg='lazygit'
|
||||
alias vim='nvim'
|
||||
alias moi='chezmoi'
|
||||
2
.npmrc
2
.npmrc
|
|
@ -1,2 +0,0 @@
|
|||
cafile=/home/josh/.certs/cacert.pem
|
||||
@westerveltco:registry=https://npm.pkg.github.com
|
||||
1
.wgetrc
1
.wgetrc
|
|
@ -1 +0,0 @@
|
|||
ca-certificate=~/.certs/cacert.pem
|
||||
12
.zprofile
12
.zprofile
|
|
@ -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
22
.zshenv
|
|
@ -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
38
.zshrc
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue