Skip to content

swap nvchad colorizer for nvim-highlight 🎨 #178

swap nvchad colorizer for nvim-highlight 🎨

swap nvchad colorizer for nvim-highlight 🎨 #178

Workflow file for this run

on:
push:
branches:
- main
workflow_dispatch:
name: Sync to dots
jobs:
copy-file:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Sync Neovim
uses: scottmckendry/repo-files-clean-copy-sync@main
env:
API_TOKEN_GITHUB: ${{ secrets.SYNC_TOKEN }}
with:
source_file: "nvim/"
destination_repo: "scottmckendry/dots"
destination_folder: "/"
user_email: "39483124+scottmckendry@users.noreply.github.com"
user_name: "Scott McKendry"
commit_message: "${{ github.event.head_commit.message }}\n[skip ci]\nAutomated sync from scottmckendry/Windots"
git_server: "github.com"
- name: Sync Starship
uses: scottmckendry/repo-files-clean-copy-sync@main
env:
API_TOKEN_GITHUB: ${{ secrets.SYNC_TOKEN }}
with:
source_file: "starship/"
destination_repo: "scottmckendry/dots"
destination_folder: "/"
user_email: "39483124+scottmckendry@users.noreply.github.com"
user_name: "Scott McKendry"
commit_message: "${{ github.event.head_commit.message }}\n[skip ci]\nAutomated sync from scottmckendry/Windots"
git_server: "github.com"
- name: Sync Lazygit
uses: scottmckendry/repo-files-clean-copy-sync@main
env:
API_TOKEN_GITHUB: ${{ secrets.SYNC_TOKEN }}
with:
source_file: "lazygit/"
destination_repo: "scottmckendry/dots"
destination_folder: "/"
user_email: "39483124+scottmckendry@users.noreply.github.com"
user_name: "Scott McKendry"
commit_message: "${{ github.event.head_commit.message }}\n[skip ci]\nAutomated sync from scottmckendry/Windots"
git_server: "github.com"