Skip to content

Uzaaft/dotfiles

Repository files navigation

Dotfiles

Setting things up

Requirements:

Custom requirements

Fonts:

On macOS with Homebrew, choose one of the [Nerd Fonts], for example, here are some popular fonts:

brew tap homebrew/cask-fonts
brew search nerd-font
brew install --cask font-fira-code-nerd-font
brew install --cask font-victor-mono-nerd-font
brew install --cask font-iosevka-nerd-font-mono
brew install --cask font-hack-nerd-font

Installing:

Clone into your $GIT_REPO directory or ~

git clone https://github.com/uzaaft/dotfiles.git ~

Run stow to symlink stuff

stow .config # Everything inside .config

To disable automatic reopen on reboot:

sudo chown root ~/Library/Preferences/ByHost/com.apple.loginwindow*
sudo chmod 000 ~/Library/Preferences/ByHost/com.apple.loginwindow*

To undo:

sudo rm -f ~/Library/Preferences/ByHost/com.apple.loginwindow*

Other tweaks:
Using sudo with fingerprint:
```bash
sudo cp /etc/pam.d/sudo_local.template /etc/pam.d/sudo_local
sudo nvim /etc/pam.d/sudo_local

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published