Skip to content

siuyutpang/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch Linux dotfiles

Overview

OS: Arch Linux

WM: Dwm

Bar: slstatus

Compositor: picom (ftlabs's fork)

Shell: zsh

Prompt: starship

Terminal: alacritty

Editor: neovim and vscode

Fonts: Monaco, Fantasque Sans Mono, LXGW WenKai Mono

Wallpaper tool: feh

Wallpaper source: Studio Ghibli

Screenshot tool: flameshot

RSS reader: newsboat

File manager: ranger and dolphin

settings for:

  • shell

    • zsh
    • bash
    • fish
    • starship
  • terminal emulator

    • kitty
    • wezterm
    • alacritty
  • terminal multiplexer

    • tmux
    • zellij
  • dev related

    • gdb
    • npm
    • pip
    • mycli
    • python
    • vscode
    • gnupg
    • git
  • misc

    • sxhkd
    • mpv
    • yt-dlp
    • aria2
    • font
    • fcitx5
    • ranger
    • newsboat
    • translate-shell

To be continued

Setup

  1. Clone repo
git clone --bare https://github.com/siuyutpang/dotfiles.git $HOME/.dotfiles
alias dfm='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'
dfm checkout
dfm config --local status.showUntrackedFiles no

If you already having some dotfiles, you can use following commands to backup them.

mkdir -p ~/.dotfiles-backup
dfm checkout 2>&1 \
    | grep -E '\s+\.' \
    | awk '{print $1}' \
    | xargs -I{} mv {} ~/.dotfiles-backup/{}
  1. Config shell

use znap as zsh plugins manager. comparing to others, such as zinit, zplug, Is's really fast, light-weight and easy to use.

mkdir ~/.local/share/znap
git clone --depth 1  https://github.com/marlonrichert/zsh-snap.git ~/.local/share/znap/zsh-snap
  1. Install dependencied
sudo pacman -S \
starship zsh-completions \
fzf atuin zoxide direnv

yay -S asdf-vm

Recommendation

some awesome CLI tools

ripgrep fd viddy zellij
bat jq yq xsv viu tldr dog htop
pv moreutils

About

🛠️ my arch linux dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published