Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 2.29 KB

README.org

File metadata and controls

77 lines (60 loc) · 2.29 KB

Readme

Index

desktop.png

Setup

Dependencies

If you want everything to work out of the box, i highly recommend nixos. My shell is bash. Otherwise

  • nix
  • git
  • direnv
  • starship
  • curl

Install dotfiles

clone repo to ~/.dotfiles and run gnu stow .

nix

Setup nix

Install nix: https://nixos.org/download

nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install
home-manager switch --flake github:lost-rob0t/dotfiles#unseen@flake

you might need to update the username to match yours.

To update the home-manager install just run

home-manager switch --flake github:lost-rob0t/dotfiles#unseen@flake

Since you will be using this with your username, you will need to edit the username.

License

The MIT License (MIT)

Copyright (c) 2022

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.