Skip to content

kenjiknk/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Simple dotfiles for my Arch Linux + i3wm setup.

Structure

  • config/: files linked into ~/.config
  • home/: files linked into $HOME
  • local/bin/: personal scripts linked into ~/.local/bin
  • packages/: package lists for Arch and AUR
  • vscode/extensions.txt: VS Code extensions

It also includes a user service that sets the power profile automatically: performance on AC, balanced on battery, and power-saver below 25%. Manual changes from Polybar are respected for 30 minutes.

Install

git clone https://github.com/kenjiknk/dotfiles.git ~/dotfiles
cd ~/dotfiles
./install.sh

install.sh installs packages, VS Code extensions, and dotfiles. Existing files are backed up before being replaced:

~/.dotfiles-backup/YYYYmmdd-HHMMSS

Update

cd ~/dotfiles
./sync-from-home.sh
git status
git add .
git commit -m "Update dotfiles"
git push

Notes

This repo does not include secrets, SSH keys, browser profiles, shell history, caches, Bitwarden data, or rclone credentials.

Hardware-specific packages should stay commented out or be installed manually.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors