Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pure | 12,038 | 2 | 12 days ago | 46 | September 12, 2022 | 24 | mit | Shell | ||
Pretty, minimal and fast ZSH prompt | ||||||||||
Terminals Are Sexy | 11,129 | 25 days ago | 107 | cc0-1.0 | Shell | |||||
💥 A curated list of Terminal frameworks, plugins & resources for CLI lovers. | ||||||||||
Oh My Posh | 10,320 | 2 days ago | 893 | September 23, 2022 | 6 | mit | Go | |||
A blazing fast cross platform/shell prompt renderer | ||||||||||
Babun | 8,695 | 4 years ago | 409 | Shell | ||||||
Babun - a Windows shell you will love! | ||||||||||
Awesome Bash | 5,734 | 2 months ago | 21 | Shell | ||||||
A curated list of delightful Bash scripts and resources. | ||||||||||
Forgit | 3,800 | 14 days ago | 8 | mit | Shell | |||||
:zzz: A utility tool powered by fzf for using git interactively. | ||||||||||
Oh My Git | 3,523 | 9 months ago | 55 | mit | Shell | |||||
An opinionated git prompt for bash and zsh | ||||||||||
Git Open | 2,834 | 5 | 19 | 8 months ago | 13 | July 18, 2022 | 29 | mit | Shell | |
Type `git open` to open the GitHub page or website for a repository in your browser. | ||||||||||
Git Flow Completion | 2,588 | 5 years ago | 16 | mit | Shell | |||||
Bash, Zsh and fish completion support for git-flow. | ||||||||||
Dotfiles | 2,489 | 12 days ago | 2 | mit | Lua | |||||
vim, zsh, git, homebrew, neovim - my whole world |
Explore the repo and incorporate what you like into your own setup. If you have any questions, comments or suggestions, feel free to open an issue or PR!
When you fork, remember to grep for maximbaz
and replace with your username.
Installation script is deploying an opinionated Arch Linux setup, but in general can be used by anyone. If you want to learn more, I highly recommend to at least read the installation script first, and maybe modify to your own needs.
If you want to try my entire setup in a VM, make sure to use maximbaz
as the username - it will install additional things and my dotfiles.
For daily usage, I recommend forking my repo instead of using it directly, as I am changing things on daily basis 🙂
Enjoy! 🚀
pass
and gopass
.☑ A common color scheme for kakoune, terminal and Hyprland itself.
It is called Gruvbox dark.
☑ Unobtrusive and minimalistic design of Hyprland, waybar and terminal.
Display only actionable items, use color to highlight importance, slightly dim inactive windows.
☑ True Color support everywhere.
Including kitty, kakoune; terminal can even display picture previews.
☑ Almost instant terminal startup.
And yet it is empowered with antigen, prezto, powerlevel10k and other plugins.
☑ More secure gpg and ssh configuration.
Stronger algorithms, more sensible defaults.
☑ gpg-agent configured to act as ssh-agent.
Extremely nicely integrated with YubiKey, with forwarding to selected remote hosts.
☑ Hyprland automatically renames workspaces to show currently opened apps.
Using iconic font to fit a lot of info even on laptop screens.
☑ Automatically change terminal's background color based on the ssh host.
Terminal turns red when you are on production, yellow on staging, etc.
☑ Automatically adjust brightness level based on screen contents and amount of ambient light around.
Useful for working at night, e.g. by dimming screen when switching from a dark terminal to a bright browser.
☑ Automatically backup the list of installed packages (pacman and AUR).
These files are used to bootstrap the new system, all apps are installed in one command.
☑ Setup script that configures user and system dotfiles, systemd services and other little things.
This script is safe to re-run at any time.
☑ Arch Linux installation script.
Fully automated script that installs Arch Linux from scratch and configures it exactly as I like.
☑ btrfs snapshots for easy system recovery.
Snapshots are automatically taken before and after each pacman transaction for easy system recovery.
$ git clone https://github.com/maximbaz/dotfiles.git ~/.dotfiles
$ ~/.dotfiles/setup-system.sh
$ ~/.dotfiles/setup-user.sh
In case system doesn't boot:
Boot in a recent snapshot that works
Make it the default snapshot
# cd /mnt/btrfs-root/
# mv root root-bak
# btrfs subvolume snapshot snapshots/NN/snapshot root
Reboot