noahjutz / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ ARCHIVED: Moved to https://github.com/noahjutz/newdotfiles


dotfiles

My linux configuration files.

Content

  • Exported settings .backup/
    • GNOME gnome-settings
  • Shell
    • fish .config/fish/
    • bash .bashrc
  • Scripts .scripts/
    • auto-install.sh for full installation
    • backup.sh to backup exported settings
    • restore.sh to restore exported settings
  • Programs
    • i3 config .i3/config
    • Ranger .config/ranger/
    • vim .vimrc
  • Fonts .fonts/
    • Roboto
    • Roboto Mono

How to install

Clone and checkout the repository

$ git clone --bare https://github.com/noahjutz/dotfiles $HOME/.cfg
$ git --git-dir=$HOME/.cfg/ --work-tree=$HOME checkout -f

Execute the auto-install script

$ ~/.scripts/auto-install.sh

Using

Back up settings that aren't saved as dotfiles

$ ~/.scripts/backup.sh

Add files that are being tracked

$ config add -u

How to store dotfiles | Atlassian Git Tutorial

About

My dotfiles


Languages

Language:Shell 66.6%Language:Vim Script 33.4%