Explorar o código

rely on lazy-nvm AGAIN

Tom McKenzie %!s(int64=2) %!d(string=hai) anos
pai
achega
d6ecbcd6e4
Modificáronse 4 ficheiros con 8 adicións e 11 borrados
  1. 0 4
      .bashrc
  2. 2 0
      .rc.d/aliases.sh
  3. 5 2
      .vimrc
  4. 1 5
      .zshrc

+ 0 - 4
.bashrc

@@ -25,7 +25,3 @@ PS1="\[\e[1;32m\]\h:\W \u$\[\e[0m\] "
 # better back-searching
 bind '"\e[A": history-search-backward'
 bind '"\e[B": history-search-forward'
-
-export NVM_DIR="$HOME/.nvm"
-[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
-[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion

+ 2 - 0
.rc.d/aliases.sh

@@ -17,6 +17,8 @@ alias duh="du -sh * | sort -h"
 alias export-env="export \$(grep -v '^#' .env | xargs -0)"
 
 # docker
+alias docker='podman'
+alias docker-compose='podman-compose'
 alias d='docker'
 alias dc='docker compose'
 

+ 5 - 2
.vimrc

@@ -31,8 +31,11 @@ filetype plugin indent on
 
 setlocal formatoptions-=tc
 
+set termguicolors
 colorscheme murphy
 
 highlight clear SignColumn
-" highlight Normal ctermbg=NONE guibg=NONE
-" highlight NonText ctermbg=NONE guibg=NONE
+
+highlight Normal ctermbg=black guibg=black
+highlight NonText ctermbg=NONE guibg=NONE
+highlight EndOfBuffer ctermbg=NONE guibg=NONE

+ 1 - 5
.zshrc

@@ -27,9 +27,5 @@ if [ -f '/Users/tom/google-cloud-sdk/path.zsh.inc' ]; then . '/Users/tom/google-
 # The next line enables shell command completion for gcloud.
 if [ -f '/Users/tom/google-cloud-sdk/completion.zsh.inc' ]; then . '/Users/tom/google-cloud-sdk/completion.zsh.inc'; fi
 
-# zprof
-
-export NVM_DIR="$HOME/.nvm"
-[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"  # This loads nvm
-[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"  # This loads nvm bash_completion
 
+eval "$(/opt/homebrew/bin/brew shellenv)"