Skip to content

Nedwardo/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

188 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Installation

You can install one of my dotfiles with:

stow --dotfiles --target=$HOME <foldername>

or, alternativley if you've stow'd .aliases, and added .aliases to your aliases (does not work with firefox)

update-stow <foldername>

Where <foldername> is the name of dotfile you'd like to install (alacritty, firefox, mise, python, tmux, wezterm, zim)

Do note for firefox, some more configuration will be required.

stow --adopt --target=$HOME/.mozilla/firefox/<yourprofile>default-release firefox

Fill in <yourprofile>. Read about firefox profiles here.

Tmux first time startup

  • Press a + I (capital I, as in Install) to install the tmux plugin manager

Pacman

Pacman packages are stored under arch/packages, import/export commands are below (Also as arch/.local/bin/download-packages and list-packages)

Export

pacman -Qqe | grep -Fvx "$(pacman -Qqm)" > packages

Import

xargs pacman -S --needed --noconfirm < packages

About

dotfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors