devnich / dotfiles

Configuration files for Linux and Mac OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles for Linux and MacOS

Installation instructions

  1. Download repository to “~/dotfiles”
  2. Symlink dotfiles to their correct locations using GNU Stow
    cd dotfiles
    # Perform the stow command for each directory in ~/dotfiles, e.g.:
    stow zsh
        

References

  1. https://www.gnu.org/software/stow/
  2. http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html
  3. https://medium.com/@waterkip/managing-my-dotfiles-with-gnu-stow-262d2540a866

Generate manifest of current Nix applications

cd ~/dotfiles/nix

nix-env -q --json --meta > nix_applications.json
nix-env -q > nix_applications.txt

About

Configuration files for Linux and Mac OS


Languages

Language:Shell 100.0%Language:Nix 0.0%