Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ooloth/dotfiles
- Owner: ooloth
- License: other
- Created: 2020-08-02T22:33:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T02:35:33.000Z (7 days ago)
- Last Synced: 2024-11-11T03:26:18.573Z (7 days ago)
- Topics: alacritty, dotfiles, fnm, git, homebrew, kitty, lazygit, macos-preferences, neovim, node, powerlevel10k, spaceship-prompt, ssh, symlinks, terminfo, tmux, vifm, vscode, zsh
- Language: Shell
- Homepage:
- Size: 2.32 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)