Skip to content

Azathoth1729/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal bare repo for configuration backup on linux system

Setup dotfiles

Dotfiles: Best way to store in a bare git repository

Install dotfiles onto a new system

alias config="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME"

git clone --bare https://github.com/Azathoth1729/dotfiles.git $HOME/dotfiles

mkdir -p .config-backup

config checkout

if [ $? = 0 ]; then
  echo "Checked out config.";
  else
    echo "Backing up pre-existing dot files.";
    config checkout 2>&1 | egrep "\s+\." | awk {'print $1'} | xargs -I{} mv {} .config-backup/{}
fi;

config checkout

config config status.showUntrackedFiles no

Setup oh-my-zsh

Step 1: install oh my zsh

oh my zsh offical site

Step 2: install plugins

My Working Environment

Windows Manager

xmonad + xmobar

Useful command line tools

  • vim/neovim
  • ranger
  • mcfly
  • bat
  • fd
  • eza
  • dust
  • ripgrep

Other frequently used tools

  • zsh + oh-my-zsh
  • alacritty
  • starship
  • conky
  • nitrogen
  • doom

Links

on-my-zsh-git-aliases

About

Personal Configuration Backup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published