These are my dotfiles. There are many like them, but these are mine.
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.
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
- Code:
git clone [email protected]:unindented/dotfiles.git
- Home: https://github.com/unindented/dotfiles
Daniel Perez Alvarez ([email protected])
Copyright (c) 2024 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.