1
0
Fork 0

Merge branch 'master' of i-am.nexus:nex/.dotfiles

This commit is contained in:
Nexus 2024-06-27 15:57:14 +01:00
commit b8fe534187
Signed by: nex
GPG key ID: 0FA334385D0B689F
5 changed files with 7 additions and 10 deletions

View file

@ -6,4 +6,6 @@ if [ -f ~/.bashrc ]; then
fi fi
# User specific environment and startup programs # User specific environment and startup programs
if [ -f $HOME/.cargo/env ]; then
. "$HOME/.cargo/env" . "$HOME/.cargo/env"
fi

2
.gitignore vendored
View file

@ -1 +1,3 @@
**/.git **/.git
.ssh/id
.ssh/id*

6
.gitmodules vendored
View file

@ -1,6 +0,0 @@
[submodule ".oh-my-zsh/custom/plugins/zsh-autosuggestions"]
path = .oh-my-zsh/custom/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule ".oh-my-zsh/custom/plugins/zsh-syntax-highlighting"]
path = .oh-my-zsh/custom/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting

View file

@ -1,3 +1,2 @@
# Created by `pipx` on 2024-03-20 01:03:28 # Created by `pipx` on 2024-03-20 01:03:28
export PATH="$PATH:/home/nexus/.local/bin" export PATH="$PATH:$HOME/.local/bin"

2
.zshrc
View file

@ -9,7 +9,7 @@ COMPLETION_WAITING_DOTS="true"
HIST_STAMPS="dd.mm.yyyy" HIST_STAMPS="dd.mm.yyyy"
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
export LANG=en_GB.UTF-8 export LANG=en_GB.UTF-8
export EDITOR=nvim export EDITOR=vim
export ARCHFLAGS="-arch x86_64" export ARCHFLAGS="-arch x86_64"
export GPG_TTY=$(tty) export GPG_TTY=$(tty)
if [[ -d "$HOME/.local/bin" ]]; then if [[ -d "$HOME/.local/bin" ]]; then