Skip to content

This are my dot files. There are many like it, but this one is mine

Notifications You must be signed in to change notification settings

augustomelo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Install

This configuration relies on nix and home-manager, to install you will need to install using the determina installer:

  1. curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
    • On mac the command should be the following, because of encryption problem (DeterminateSystems/nix-installer#891 ): curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install macos
  2. Create a symbolic link for the home-manager folder under the $XDG_CONFIG_HOME (note that the XDG_CONFIG_HOME might not be available): ln -s $HOME/workspace/personal/dotfiles/home-manager/ $HOME/.config/home-manager/
  3. Install home-manager by nix run github:nix-community/home-manager -- switch --flake ., this will run home-manager as well

Just need to create a symbolic link to home-manager under $XDG_CONFIG_HOME and

Notes

Regarding the vale, oto configure other spelling dictionaries besides english, will need to do:

  1. Configure spelling
  2. Download spelling (*.dic and *.aff)

About

This are my dot files. There are many like it, but this one is mine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published