Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.08 KB

Dotfiles

These are my dotfiles. There are many like them, but these are mine.

Screenshot of terminal

Installation

Clone this repo into your home directory as .dotfiles and run the install.sh script:

git clone --recursive git://github.com/unindented/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.sh

It will symlink the appropriate files in .dotfiles to your home directory.

macOS

If you're on macOS and have Homebrew installed, you can run the following to install all the apps declared in Brewfile:

brew bundle

You can also run the macos.sh script to tweak some macOS settings:

./macos.sh

Meta

Contributors

Daniel Perez Alvarez ([email protected])

License

Copyright (c) 2024 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.