Skip to content

circleous/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dotfiles configuration. What's included?

Usage

dot files management using GNU/stow.

TL;DR

stow -t $HOME <pkg> # pkg can be wezterm, or zsh, or nvim, etc..

Notes

Additional steps for zsh

zsh plugin manager using antibody, generate bundles.zsh with this command,

antibody bundle < ~/.zsh/bundles > ~/.zsh/bundles.zsh

Additional steps for neovim

neovim plugin manager using packer.nvim. Install packer with this command,

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

do :PackerInstall then :PackerSync inside nvim.

Additional steps for fzf

fzf key bindings are heavily used in the workflow, after install fzf, add (source) the included key-bindings.zsh from installation files to $HOME/.zsh/keybinding.zsh

Screenshots

nvim

term

About

Personal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published