2022-05-01 20:13:40 +01:00
|
|
|
export ZSH="/home/thomas/.oh-my-zsh"
|
|
|
|
|
|
|
|
alias vim="nvim"
|
|
|
|
alias cat="bat"
|
2024-01-13 13:38:38 +00:00
|
|
|
alias grep="rg"
|
2024-03-02 18:02:48 +00:00
|
|
|
alias tw="timew"
|
2024-02-26 19:13:00 +00:00
|
|
|
alias z="cd /home/thomas/repos/eolas"
|
|
|
|
alias zn="/home/thomas/repos/eolas/scripts/new_zk_note.sh"
|
2024-02-27 20:45:30 +00:00
|
|
|
alias dot="cd /home/thomas/dotfiles"
|
2024-03-26 09:45:54 +00:00
|
|
|
alias gpt="chatgpt-cli"
|
|
|
|
|
2024-02-27 20:45:30 +00:00
|
|
|
# alias xhd="cd /run/media/thomas"
|
|
|
|
# alias cs-update="/home/thomas/repos/eolas/_scripts/auto_save.sh"
|
|
|
|
# alias cs-query="/home/thomas/repos/eolas/_scripts/query.sh"
|
2024-02-07 20:36:31 +00:00
|
|
|
|
2022-05-01 20:13:40 +01:00
|
|
|
# Set properties based on OS
|
|
|
|
|
2024-03-26 09:45:54 +00:00
|
|
|
ZSH_THEME="risto"
|
2024-01-23 18:07:35 +00:00
|
|
|
plugins=(git npm fzf-tab zsh-autosuggestions zsh-syntax-highlighting)
|
2022-05-01 20:13:40 +01:00
|
|
|
|
2023-01-21 13:52:58 +00:00
|
|
|
# Search against /home/thomas/repos/computer_science
|
|
|
|
|
|
|
|
|
2022-05-01 20:13:40 +01:00
|
|
|
# User configuration
|
|
|
|
|
2024-03-10 17:59:18 +00:00
|
|
|
export EDITOR='nvim'
|
2024-02-07 20:36:31 +00:00
|
|
|
source ~/dotfiles/.env
|
2022-05-01 20:13:40 +01:00
|
|
|
source $ZSH/oh-my-zsh.sh
|
2022-05-03 21:26:33 +01:00
|
|
|
|
2023-01-20 08:01:36 +00:00
|
|
|
export NVM_DIR="$HOME/.nvm"
|
|
|
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
2022-06-04 20:31:03 +01:00
|
|
|
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
2024-02-26 19:13:00 +00:00
|
|
|
|
2024-01-13 13:38:38 +00:00
|
|
|
export PYENV_ROOT="$HOME/.pyenv"
|
|
|
|
export PATH="$PYENV_ROOT/bin:$PATH"
|
|
|
|
eval "$(pyenv init --path)"
|
|
|
|
|
2024-01-23 17:41:03 +00:00
|
|
|
|
2024-03-01 16:31:29 +00:00
|
|
|
export PATH="$HOME/.local/bin:$PATH"
|
|
|
|
|
|
|
|
export OPENAI_API_KEY=${OPENAI_API_KEY}
|
2024-03-26 09:45:54 +00:00
|
|
|
|
|
|
|
# eval "$(starship init zsh)"
|
|
|
|
|
|
|
|
export PATH=$PATH:/home/thomas/.spicetify
|