Skip to content

codequokka/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

build_devcontainer_image run_workflow_ci test_dotfiles_deployment

Overview

This is my personal dotfiles repository, managed with chezmoi.

Features

This repository includes configurations for the following tools:

  • Shell: zsh, nushell
  • Terminal: Starship, Zellij, tmux
  • Editor: Neovim (NvChad)
  • Git: gitconfig
  • Others: atuin, aqua, bat, docker, gh, kind, and more.

Installation

Prerequisites

The following tools must be installed beforehand:

  • git
  • curl

Instructions

Run the following command to start the setup:

sh -c "$(curl -fsLS get.chezmoi.io)" -- -b "${HOME}/.local/bin" init --apply codequokka

Usage

This repository uses Task to automate common operations.

  • task diff: Runs chezmoi in dry-run mode to show the difference in configurations.
  • task apply: Applies the changes to your home directory by running chezmoi apply.
  • task test: Uses GOSS to test if the configurations are deployed as intended.

Development Environment

Dev Containers

To use the Dev Container, you need to have the following installed on your machine:

Open in Dev Containers

GitHub Codespaces

To use the Dev Container, you need to click following icon then follow instructions:

Open in GitHub Codespaces

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors