Skip to content
/ dotfiles Public

My dotfiles and basically everything I need to get going

Notifications You must be signed in to change notification settings

0xd3e/dotfiles

Repository files navigation

Dotfiles

This repository contains my dotfiles and other stuff I need to get going. For now packages are managed by Nix (see flake.nix) and everything else is managed by Ansible.

Usage

Nix needs to be installed before anything else can happen.

Install Nix profile (run only once - if the system is new)

$ nix profile install .

Install packages

$ nix profile upgrade 0

Run Ansible

$ nix develop
$ ansible-playbook dotfile.yaml

Ansible Tags

These tags can be used to limit the tasks to a certain subset.

Tag Description
configs Run all tasks defined in the configs directory (dorfiles)
zsh Setup ZSH config files
bat Write bat config
wezterm Setup WezTerm config

About

My dotfiles and basically everything I need to get going

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published