Minor stuff

main
Steffen Rademacker 2 years ago
parent ca990638e0
commit 08fcdebf28

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

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

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

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

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

@ -21,7 +21,7 @@ alias q='exit'
alias sudo='sudo '
alias t='tmux -u -2'
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 vd='$EDITOR -d'
alias vdiff='$EDITOR -d'

Loading…
Cancel
Save