Skip to content

guewen/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restore

alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
git clone --bare [email protected]:guewen/dotfiles.git $HOME/.dotfiles -b <branch>
dotfiles config --local status.showUntrackedFiles no

# For all "deleted" files
dotfiles reset -- <file>
dotfiles restore -- <file>

See https://harfangk.github.io/2016/09/18/manage-dotfiles-with-a-git-bare-repository.html

Packages to install (at least)

starship
ripgrep
keychain
neovim
tmux
piow
zsh-autosuggestions
gnome-power-manager
blueberry
swww
z
https://github.com/tmux-plugins/tpm

About

config files for zsh, bash, completions, gem, git, irb, rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 39.9%
  • Shell 34.6%
  • Python 17.5%
  • CSS 8.0%