2022-07-04 16:06:23 +03:00
|
|
|
# ivabus-dotfiles
|
|
|
|
|
2022-07-09 20:41:15 +03:00
|
|
|
Features:
|
2022-07-04 16:06:23 +03:00
|
|
|
|
2022-07-11 12:10:23 +03:00
|
|
|
- zshrc ([oh-my-zsh](https://ohmyz.sh) + [zsh-users/zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting))
|
2022-07-04 16:06:23 +03:00
|
|
|
- [ivabus-zsh-theme](https://github.com/ivabus/ivabus-zsh-theme)
|
2022-07-04 17:33:43 +03:00
|
|
|
- neovim config
|
2022-07-09 18:36:26 +03:00
|
|
|
- alacritty config (solarized dark, 60x20, JetBrains Mono)
|
|
|
|
- Jetbrains Mono installation (macOS or Linux)
|
|
|
|
- macOS-specific configuration ([Homebrew](https://brew.sh), git gpg fixing, alacritty and JetBrains Mono installation)
|
2022-08-03 13:22:50 +03:00
|
|
|
- sway configs (sway + waybar) (fzf required)
|
2022-07-04 17:33:43 +03:00
|
|
|
During the installation you can configure git by embedded configurator:
|
|
|
|
|
|
|
|
- user.name
|
|
|
|
- user.email
|
|
|
|
- core.editor
|
|
|
|
- code signing
|
2022-07-04 16:06:23 +03:00
|
|
|
|
|
|
|
```sh
|
|
|
|
sh -c "$(curl -fsSL https://ivabus.dev/dotfiles)"
|
|
|
|
```
|
|
|
|
|
|
|
|
### Upgrading dotfiles
|
|
|
|
|
|
|
|
Just run `upgrade_dotfiles` in your shell. Script will `git pull`, then relink old dotfiles, link new if needed and upgrade oh-my-zsh.
|
2022-07-17 17:57:31 +03:00
|
|
|
|
|
|
|
### Announcement
|
|
|
|
|
|
|
|
sway (+ stuff) dotfiles comming soon.
|