dotfiles/README.md

40 lines
1.1 KiB
Markdown
Raw Normal View History

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-12-08 18:10:30 +03:00
- swaywm (sway, waybar, qt5ct, mako)
- zshrc ([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-08-09 17:14:42 +03:00
- neovim config (no plugins)
2022-08-30 09:43:17 +03:00
- alacritty config (Solarized Dark, 60x20, JetBrains Mono)
2022-07-09 18:36:26 +03:00
- Jetbrains Mono installation (macOS or Linux)
2022-12-08 18:10:30 +03:00
- macOS-specific configuration ([Homebrew](https://brew.sh), git gpg fixes, alacritty)
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
2023-06-20 22:22:29 +03:00
sh <(curl iva.bz/d)
2022-07-04 16:06:23 +03:00
```
### 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-08-09 11:34:20 +03:00
2022-12-08 18:10:30 +03:00
# screenshot
#![screenshot-2022-12-08_18-08-29](https://user-images.githubusercontent.com/71599788/206481983-5dac2d62-5aea-4ccf-990a-b9ee6d53422f.png)
2022-12-08 12:48:44 +03:00
[Repo Packages](https://ivabus.dev/pkgs), [AUR packages](https://ivabus.dev/aur).
## Environment
TODO: description
```sh
2023-01-03 19:23:39 +03:00
sh <(curl https://ivabus.dev/env)
2023-06-20 22:22:29 +03:00
```