Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ooloth/dotfiles

My configurations for macOS, Zsh, Git, VS Code, Neovim, Tmux, Kitty, Alacritty, Lazygit, Vifm and Powerlevel10k, plus a script to apply them to a new Mac with one command.
https://github.com/ooloth/dotfiles

alacritty dotfiles fnm git homebrew kitty lazygit macos-preferences neovim node powerlevel10k spaceship-prompt ssh symlinks terminfo tmux vifm vscode zsh

Last synced: about 9 hours ago
JSON representation

My configurations for macOS, Zsh, Git, VS Code, Neovim, Tmux, Kitty, Alacritty, Lazygit, Vifm and Powerlevel10k, plus a script to apply them to a new Mac with one command.

Awesome Lists containing this project

README

        

# My dotfiles

It dawned on me to make sure I don't lose these!

## Disclaimer

The settings here reflect my personal preferences, so...expect lots of changes and experiments. Unless you love surprises, I highly recommend you fork and customize this repo before you consider using it.

## Prerequisites

1. Connect to the internet
2. Open System Preferences and sign into iCloud (which will sign you into the App Store for `mas`)
3. Open Terminal.app (you'll probably want to increase the font size)
4. Install Apple's command line tools:

```sh
xcode-select --install
```

5. Update your Mac's software (your Mac will automatically restart if necessary):

```sh
sudo softwareupdate --install --all --restart
```

6. Repeat (5) until everything is up to date

## Installation

To set up your Mac, run the following command:

```sh
curl -s https://raw.githubusercontent.com/ooloth/dotfiles/main/setup.zsh | zsh
```

## Inspiration

- [How to make your Dotfile management a painless affair](https://www.freecodecamp.org/news/dive-into-dotfiles-part-2-6321b4a73608/)
- [Nick Nisi's dotfiles](https://github.com/nicknisi/dotfiles)