saitota / MacOSSync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacOS Syncronizer

setup tools for saito MacOS

setup task first

sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin

see https://taskfile.dev/#get-the-binary

setup brew, tools and symlinks

task setup-macos
  • Taskfile.yml
    • see task --list-all for details
  • Makefile deprecated
  • dotfiles/
    • my dotfiles like .bashrc to sync
    • sync them by using symlink

About


Languages

Language:Vim Script 33.9%Language:Makefile 21.1%Language:Shell 20.5%Language:Ruby 18.9%Language:JavaScript 5.5%