Skip to content

rbjorklin/set-me-up

Repository files navigation

set-me-up

Running getStarted.sh does an initial setup of the system to my liking. This is meant to be used on Fedora 36 or newer.

Initialize

  • git clone --recurse-submodules https://github.com/rbjorklin/set-me-up
  • cd set-me-up
  • sudo ./getStarted.sh <username>

Update submodules

  • git submodule update --init --recursive

Manual stow

stow \
                --dir stow \
                --target ~/ \
                --verbose \
                --dotfiles \
                --simulate \
                dotfiles

NixOS

 nixos-rebuild switch --flake .#virtualbox

Steam

 # For optimal functionality make sure to also set:
 sudo setcap CAP_SYS_NICE=eip /usr/bin/gamescope
 # Where e=Effective, i=Inheritable, p=Permitted

Acknowledgements

The neovim config is heavily influenced by this blog post

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors