Skip to content

Mau38/dots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

dots

all my dots!

idea to manage dot files in github comes from DistroTube

best way to clone:

git clone --bare http://github.com/gabrieldiaziv/dots $HOME/dots
git --git-dir=$HOME/dots/ --work-tree=$HOME checkout

if theres issues with files that would be replaced:

mkdir -p .config-backup && \
git --git-dir=$HOME/dots/ --work-tree=$HOME checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | \
xargs -I{} mv {} .config-backup/{}

quick overview of all the tools i use:

  • neovim: config is written all in lua
  • fish: nice shell <(_)<3
  • kitty: graphical powered emulator
  • omf: managing fish theme
  • polybar: task bar
  • tmux: workflow for managing terminals
  • bspwm: tiling window manager
  • spicetify: theming for spotify

other tools i use:

  • asdf: tool version manager
  • thefuck: helpful to correct dumb spelling mistakes

helpful scrips i wrote:

  • activate: used to start python .venv in local enviornment
  • gov: sets golang version based on asdf version
  • dots: used to manager this repo

Releases

No releases published

Packages

No packages published

Languages

  • Lua 78.2%
  • Vim Script 15.2%
  • Shell 6.6%