2025-08-31 13:57:37 -04:00
2024-07-27 00:33:59 +07:00
2025-08-31 13:57:37 -04:00
2025-05-23 21:52:47 -04:00
2025-06-28 16:29:09 -04:00
2024-09-23 15:38:43 -04:00
2024-07-27 00:33:59 +07:00
2025-06-28 16:29:09 -04:00
2024-09-27 14:09:46 -04:00
2024-07-27 00:33:59 +07:00
2025-08-31 13:57:37 -04:00
2024-07-27 00:33:59 +07:00
2025-08-31 13:57:37 -04:00
2025-08-31 13:57:37 -04:00
2024-08-05 09:38:10 +07:00
2024-07-27 00:33:59 +07:00
2024-07-27 00:33:59 +07:00
2024-07-27 00:33:59 +07:00
2024-07-27 00:33:59 +07:00
2024-07-27 00:33:59 +07:00
2025-06-28 16:29:09 -04:00
2025-06-28 16:29:09 -04:00
2025-08-31 13:57:37 -04:00
2024-01-14 13:44:47 -05:00

dotfiles

My configuration and styling for things I use on my Linux PC, while embracing the power of GNU Stow and symlink!

git clone git@github.com:notkaramel/dotfiles ~/dotfiles
cd ~/dotfiles
stow <the app>

Behind the scene, by default, Stow does:

stow <the app> --target ~/
# --target -> the parent folder

Credit: to Dreams of Autonomy video and DevInsideYou's video on GNU stow.

License (CC0 1.0 Universal)

See LICENSE for the full text.

notkaramel/dotfiles by Antoine Phan (@notkaramel) is marked with CC0 1.0 Universal. To view a copy of this license, visit http://creativecommons.org/publicdomain/zero/1.0

Essentially, you can do whatever you want with this and no need to credit me for the inspiration . (I'd appreciate it if you did, though!)

Notes

  • Network interface is set to wlan0

Useful commands:

  • Getting all the local packages (pacman)
pacman -Qs | grep "local/" | awk '{print $1}' - | awk -F '/' '{print $2}' > allPackages.txt
  • (Re)Installing all packages back
cat allPackages.txt | yay -S - --needed

Actively using programs

  • Shell: zsh with oh-my-zsh
  • Terminal: alacritty
  • WM: hyprland and (slowly configuring) niri
    • Wallpaper: hyprpaper
    • Notification: mako
    • Lock: swaylock
    • Bar: waybar
    • Menu: wofi and wofi-emoji
  • Audio: wireplumber
  • Tools:
    • tmux
    • neovim
Description
No description provided
Readme 521 MiB
Languages
CSS 87.8%
Lua 10.3%
Perl 0.9%
GLSL 0.6%
Shell 0.3%