Skip to content

tenhishadow/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

258 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Special repository for configuring dotfiles with Ansible

ansible

install deps

sudo pacman -Sy --noconfirm --needed go-task uv git

install

_INSTALL_DIR="$HOME/.dotfiles" \
  && git clone https://github.com/tenhishadow/dotfiles.git $_INSTALL_DIR \
  && cd $_INSTALL_DIR \
  && go-task

installation with ans-workstation

ans-workstation

it configures the workstation and also includes this repository