Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# OS files
.DS_Store

# Secrets (never commit these)
shell/common/secrets
*.secret
.env
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# dotfiles

My config files
My config files for Arch Linux with a Hyprland (Wayland) desktop.

- Editor: [vim](https://www.youtube.com/watch?v=Iid1Ms14Om4)
- Shell: [zsh](https://www.howtogeek.com/362409/what-is-zsh-and-why-should-you-use-it-instead-of-bash/)
- Terminal: [alacritty](https://github.com/alacritty/alacritty)
- Terminal multiplexer: [tmux](https://www.bugsnag.com/blog/benefits-of-using-tmux)
- File manager: [vifm](https://wiki.vifm.info/index.php/Ideology)
- Window manager: [Hyprland](https://hyprland.org/)
- Terminal: [kitty](https://sw.kovidgoyal.net/kitty/)
- Shell: [bash](https://www.gnu.org/software/bash/) + [starship](https://starship.rs/) prompt
- Editor: [neovim](https://neovim.io/)
- Terminal multiplexer: [tmux](https://github.com/tmux/tmux)
- Panel: [waybar](https://github.com/Alexays/Waybar)
- Notifications: [mako](https://github.com/emersion/mako)
- Lock screen: [swaylock](https://github.com/swaywm/swaylock)
- Keyboard remapping: [kmonad](https://github.com/kmonad/kmonad)
- Theme: [Catppuccin Mocha](https://github.com/catppuccin/catppuccin) across all tools
- Font: JetBrains Mono NerdFont

Managed using [dotbot](https://github.com/anishathalye/dotbot). Set up symlinks by running `./install`.
Loading