https://github.com/nobbmaestro/dotfiles
@nobbmaestro personal dotfiles
https://github.com/nobbmaestro/dotfiles
dotfiles kitty linux macos nvim tmux zsh
Last synced: 4 months ago
JSON representation
@nobbmaestro personal dotfiles
- Host: GitHub
- URL: https://github.com/nobbmaestro/dotfiles
- Owner: nobbmaestro
- Created: 2023-05-01T10:41:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-19T23:10:54.000Z (4 months ago)
- Last Synced: 2026-02-20T02:29:54.880Z (4 months ago)
- Topics: dotfiles, kitty, linux, macos, nvim, tmux, zsh
- Language: Shell
- Homepage:
- Size: 5.19 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nobbmaestro's dotfiles
[](https://github.com/nobbmaestro/dotfiles/actions/workflows/build.yml)
Dotfiles and automations that should make my life easier (or rather harder?).
- [AeroSpace](https://github.com/nikitabobko/AeroSpace) AeroSpace is an i3-like tiling window manager for macOS
- [Homebrew](https://github.com/Homebrew/brew) The Missing Package Manager for MacOS (or Linux).
- [Neovim](https://github.com/neovim/neovim) A Modern, ground up rewrite of Vim.
- [Starship](https://github.com/starship/starship) The minimal, blazing-fast, and infinitely customizable prompt for any shell!
- [Tmux](https://github.com/tmux/tmux) Create, split, save, move terminal tabs easily all within one window.
- [Zsh](https://www.zsh.org) Zsh is a shell designed for interactive use, although it is also a powerful scripting language.
## Getting started
### Bootstrap
Check out [install.sh](resources/install.sh). You may either run `./resources/install.sh all` or pick whatever you find interesting.
The script won't run anything unless argument is passed. Once you pass decired argument, the `install.sh` execute associated function.
The `./resources/install.sh all` command will:
- install Homebrew & dependencies,
- install Xcode and CLI components,
- install Tmux [tpm](https://github.com/tmux-plugins/tpm) and plugins
- and more
### Stow dotfiles
Symlinks are managed by [gnu-stow](https://www.gnu.org/software/stow/). To initialize gnu-stow, simply run
```sh
make all
```
## Final Words
This very repository is intended for **_my personal usage_**. Breaking changes, change of utilities, or pattern may accure at any point.
Enjoy!