mirror of
https://github.com/shokinn/.files.git
synced 2025-08-23 03:03:20 +00:00
Remove tool-versions file and update Brewfile and zshrc for improved environment setup; change from asdf to mise
This commit is contained in:
parent
d554c388a6
commit
b479e0c0f7
4 changed files with 3 additions and 8 deletions
|
@ -143,9 +143,6 @@ dotfiles:
|
||||||
src: ssh/config
|
src: ssh/config
|
||||||
dst: ~/.ssh/config
|
dst: ~/.ssh/config
|
||||||
chmod: '600'
|
chmod: '600'
|
||||||
f_tool-versions:
|
|
||||||
src: tool-versions
|
|
||||||
dst: ~/.tool-versions
|
|
||||||
profiles:
|
profiles:
|
||||||
meta_base:
|
meta_base:
|
||||||
variables:
|
variables:
|
||||||
|
@ -160,7 +157,6 @@ profiles:
|
||||||
- f_powerlevel10krc
|
- f_powerlevel10krc
|
||||||
- f_rmquarantine
|
- f_rmquarantine
|
||||||
- f_secretfiles
|
- f_secretfiles
|
||||||
- f_tool-versions
|
|
||||||
- f_vimrc
|
- f_vimrc
|
||||||
- f_zprofile
|
- f_zprofile
|
||||||
- f_zshenv
|
- f_zshenv
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
brew "asdf"
|
|
||||||
brew "asciinema"
|
brew "asciinema"
|
||||||
brew "age"
|
brew "age"
|
||||||
brew "bat"
|
brew "bat"
|
||||||
|
@ -10,6 +9,7 @@ brew "duf"
|
||||||
brew "eza"
|
brew "eza"
|
||||||
brew "fabric-ai"
|
brew "fabric-ai"
|
||||||
brew "fzf"
|
brew "fzf"
|
||||||
|
brew "git"
|
||||||
brew "gnu-getopt"
|
brew "gnu-getopt"
|
||||||
brew "go-task"
|
brew "go-task"
|
||||||
brew "htop"
|
brew "htop"
|
||||||
|
@ -21,6 +21,7 @@ brew "libmagic"
|
||||||
brew "macmon"
|
brew "macmon"
|
||||||
brew "magic-wormhole"
|
brew "magic-wormhole"
|
||||||
brew "mas"
|
brew "mas"
|
||||||
|
brew "mise"
|
||||||
brew "moreutils"
|
brew "moreutils"
|
||||||
brew "mosh"
|
brew "mosh"
|
||||||
brew "mpv"
|
brew "mpv"
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
nodejs 24.4.1
|
|
||||||
golang 1.24.5
|
|
|
@ -80,7 +80,6 @@ ZOXIDE_CMD_OVERRIDE="cd"
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(
|
plugins=(
|
||||||
asdf
|
|
||||||
aws
|
aws
|
||||||
colored-man-pages
|
colored-man-pages
|
||||||
cp
|
cp
|
||||||
|
@ -96,6 +95,7 @@ plugins=(
|
||||||
kind
|
kind
|
||||||
kubectl
|
kubectl
|
||||||
man
|
man
|
||||||
|
mise
|
||||||
nix-zsh-completions
|
nix-zsh-completions
|
||||||
podman
|
podman
|
||||||
python
|
python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue