Skip to content

lzulauf/dotfiles

Repository files navigation

dotfiles

My configuration files

Setup

  1. git clone dotfiles
  2. Symlink files into home directory
    1. ln -s dotfiles/gitconfig .gitconfig
    2. ln -s dotfiles/gitignore_global .gitignore_global
    3. ln -s dotfiles/python .python
    4. ln -s dotfiles/inputrc .inputrc (readline setup)
  3. Create .zshrc: echo "source ~/dotfiles/zshrc/zshrc" > .zshrc
  4. Add starship configuration: mkdir -p ~/.config && ln -s ~/dotfiles/starship.toml ~/.config/
  5. Create .tmux.conf: echo "source-file dotfiles/tmux/tmux_general.conf" > .tmux.conf
  6. Brew Installation
    1. Install Brew (https://brew.sh/)
    2. ln -s dotfiles/Brewfile ~/.Brewfile
    3. brew bundle --global

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages