Skip to content

Dotfiles are plain text configuration files on Unix systems

Notifications You must be signed in to change notification settings

azharprabudi/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

A set of configuration files for my laptop written with flake nix.

Prequisites

  1. Install nix
  2. Install brew
  3. Getting started with nix
  4. Install meld

Setup

  1. Rename the home-manager user with your own at flake.nix file

  2. Execute Nix command

    nix --extra-experimental-features "nix-command flakes" run nix-darwin -- switch --flake .
    
  3. Manually install some binaries

    # installing kubectl-slice
    krew install slice
    
    # installing skm
    go install github.com/TimothyYe/skm/cmd/skm@latest          
    

Issues

  1. Upstream connection issue

    Find the proper internet connection or connect to the VPN server to makes the connection faster

  2. Nix config already exists

    Remove the /etc/nix/nix.conf or rename it to be /etc/nix/nix.conf.before-nix-darwin

About

Dotfiles are plain text configuration files on Unix systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published