Giter Club home page Giter Club logo

dotfiles's Introduction

My dotfiles

This repository holds the dotfiles (configuration files) for most apps I used on Arch Linux, with a hyprland (wayland) tiling manager as GUI.

It's recommended to use stow to manage and install dotfiles.

To install a package,

stow --target=$HOME package

To install all configurations at once,

stow --target=$HOME */

This way is deprecated. The repository now contains systemd service units, which should be installed to either /etc/systemd/system/ or ~/.config/systemd/user/, for --system and --user processes respectively.

To unlink a package,

stow --target=$HOME --delete package

Note: instead of *, */ is used because the repo also contains a README.md file, and we only want to install directories that are packages (like tmux) in repo root.

Ignore Lists

Like git, Stow has its way to ignore files from installing. Stow looks for .stow-local-ignore and .stow-global-ignore files, for package-local and global settings. The ignore file's syntax is similar to .gitignore file. If neither of these files exist, it uses a built-in default list, which ignores \.git and \.gitignore, etc. You can safely place .gitignore inside a package, it won't pollute your home directory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.