Skip to content

vstollen/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My dotfiles. Managed as described in this guide: https://www.atlassian.com/git/tutorials/dotfiles

Installation

Set the config alias in the .bashrc or fish shell:

# Bash or Zsh
echo "alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'" >> $HOME/.bashrc

# Fish
alias -s config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'

Clone the dotfiles into a bare repository:

git clone --bare [email protected]:vstollen/dotfiles.git $HOME/.dotfiles

Checkout the repository contents into $HOME:

config checkout

Initialize and clone submodules:

git submodule update --init --recursive

Set the showUntrackedFiles to no:

config config --local status.showUntrackedFiles no

(Optional)

Install Starship Prompt.

About

My dotfiles including nvim, tmux, and kitty

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published