Skip to content

Linux configurations: zsh, window managers, etc.

License

Notifications You must be signed in to change notification settings

notkaramel/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Linux configurations: zsh, window managers, etc.

Topics

Resources

License

Stars

Watchers

Forks

Languages