Skip to content

SunnySoldier357/dotfiles

Repository files navigation

dotfiles

Collection of Personal Dotfiles

rcm

I use rcm to organise my dotfiles. To update the dotfiles, in the ~/.dotfiles directory where this repo should be cloned, run this command: rcup -v.

To configure rcm like files to exclude or tags to automaticaly include for the current machine, create the .rcrc file in your $HOME directory or ~/.config/rcm/config

EXCLUDES="*.md"
TAGS="awesome zsh"

Initialization

Run the following command

rcup -v -x "*.md" -t tty -t zsh

Dependecies

zsh

Additional Steps

macOS

  • sudo with Touch ID
  • Set hostnames
    • sudo scutil --set HostName <new host name>
    • sudo scutil --set LocalHostName <new host name>
    • sudo scutil --set ComputerName <new name>

About

Collection of Personal Dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors