Minor stuff

main
Steffen Rademacker 2 years ago
parent ca990638e0
commit 08fcdebf28

@ -5,7 +5,7 @@
excludesfile = ~/.gitignore excludesfile = ~/.gitignore
autocrlf = input autocrlf = input
eol = lf eol = lf
pager = diff-so-fancy pager = diff-so-fancy | less -F -i -J -M -R -W -x2 -X -z-4
[color] [color]
ui = auto ui = auto

@ -18,6 +18,6 @@ npm update -g
# first: find out the current python3 version in homebrew # first: find out the current python3 version in homebrew
# then install this version with pyenv and link it # then install this version with pyenv and link it
brew install pyenv # restart terminal, then: brew install pyenv # restart terminal, then:
pyenv install 3.10.1 pyenv install 3.10.2
pyenv global 3.10.1 pyenv global 3.10.2
pip install --upgrade pip pip install --upgrade pip

@ -15,6 +15,7 @@ brew install lazygit
brew install nnn brew install nnn
brew install ripgrep brew install ripgrep
brew install starship brew install starship
brew install topgrade
brew install tree brew install tree
brew install viu brew install viu

@ -23,9 +23,6 @@ npm i -g typescript-language-server
npm i -g vscode-langservers-extracted npm i -g vscode-langservers-extracted
npm i -g yaml-language-server npm i -g yaml-language-server
# additional tools for code validation via null-ls
# packer + treesitter # packer + treesitter
nvim +PackerSync +TSUpdate nvim +PackerSync +TSUpdate
nvim +checkhealth nvim +checkhealth

@ -25,9 +25,7 @@ sudo ln -s ~/dotfiles/etc/resolver /etc/resolver
sudo ln -f ~/dotfiles/etc/hosts /etc/hosts sudo ln -f ~/dotfiles/etc/hosts /etc/hosts
# additional webdev cli tools # additional webdev cli tools
npm install -g depcheck
npm install -g npm-check npm install -g npm-check
npm install -g npm-check-updates
npm install -g yarn npm install -g yarn
# certificates for local ssl # certificates for local ssl

@ -21,7 +21,7 @@ alias q='exit'
alias sudo='sudo ' alias sudo='sudo '
alias t='tmux -u -2' alias t='tmux -u -2'
alias ta='tmux -u attach' alias ta='tmux -u attach'
alias upall='brewup && npm-check -gu' alias upall='topgrade --disable pnpm && brewup && npm-check -gu && vimup'
alias v=$EDITOR alias v=$EDITOR
alias vd='$EDITOR -d' alias vd='$EDITOR -d'
alias vdiff='$EDITOR -d' alias vdiff='$EDITOR -d'

Loading…
Cancel
Save