Skip to content

halkn/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

868 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfile

This is my dotfiles.

Setup

# Link .config
ln -s ~/.dotfiles/.config ~/.config

# See: https://github.com/astral-sh/uv
curl -LsSf https://astral.sh/uv/install.sh | sh

# Install all tools
uv run scripts/tools.py install

Tool Manager

# List all tools and installed versions
uv run scripts/tools.py list

# Check installed vs latest versions
uv run scripts/tools.py check

# Install a specific tool
uv run scripts/tools.py install <name>

# Update all tools
uv run scripts/tools.py update

# Update a specific tool
uv run scripts/tools.py update <name>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors