All Projects → woefe → dotfiles

woefe / dotfiles

Licence: MIT license
My .dotfiles - managed with GNU Stow

Programming Languages

Vim Script
2826 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects
Vim Snippet
174 projects
powershell
5483 projects
perl
6916 projects

dotfiles

laptop setup

How to use it

  1. Clone this repo:

    git clone --recursive https://github.com/woefe/dotfiles.git $HOME/.dotfiles-woefe
    cd $HOME/.dotfiles-woefe
  2. Install GNU Stow:

    # On Arch Linux
    sudo pacman -S stow
  3. Uncomment the lines in install.sh of dotfiles you want to install

  4. Execute ./install.sh. Make sure that you run the script in the main dotfiles directory, i.e cd ~/.dotfiles-woefe first.

Updating

To update the dotfiles pull this repo including its submodules.

git pull --recurse-submodules

Sway dependencies

pacman -S \
  fuzzel \
  gammastep \
  grim \
  kanshi \
  materia-gtk-theme \
  noto-fonts \
  noto-fonts-emoji \
  otf-font-awesome \
  papirus-icon-theme \
  python3 \
  slurp \
  swaylock \
  waybar \
  wdisplays \
  wireless_tools \
  wl-clipboard \
  xorg-xwayland
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].