Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

ttak0422/dotfiles_old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

image

About

実験中...

├── locals                  # local configs
└── nix                     ### nix ###
    ├── darwin              ## nix-darwin ##
    │   ├── system          # deck, finder, keyboard, ...
    │   ├── tools           # brew, lorri (for darwin), ...
    │   └── window-manager  # yabai, spacebar, skhd, ...
    └── home                ## home-manager ##
        ├── dev             # python, go, ...
        ├── git             # git
        ├── nixos           # about nixos
        ├── scripts         # some scripts
        ├── shell           # bash, zsh, fish
        ├── tools           # bat, exa, procs, ...
        └── virtualization  # docker, k8s, ...

Usage

Linux

# home-manager
home-manager -f nix/home/home.nix switch  

Darwin

# nix-darwin
darwin-rebuild -I darwin-config=./nix/darwin/full.nix switch     

# home-manager
home-manager -f nix/home/home.nix switch  

NixOS

# nixos
sudo nixos-rebuild -I nixos-config=./nix/nixos/thinkpad-extreme-configuration.nix switch

# home-manager
home-manager -f nix/home/nixos.nix switch  

References

local settings (wip...)

# git (locals/git.json)
{
    "name": "ttak0422",
    "email": "bgdaewalkman@gmail.com"
}

Releases

No releases published

Packages

No packages published