Skip to content

lpraneis/dotfiles

Repository files navigation

dotfiles

Setup

Installation

  • Clone this repo to ~/tools/dotfiles
  • Install the following:
Package Install Location Description
rustup rustup.rs rust toolchain
starship starship.rs shell prompt
exa cargo install exa ls replacement
bat cargo install bat cat replacement
rg cargo install ripgrep grep replacement
tree-sitter cargo install tree-sitter-cli grammar generator
fzf github fuzzy finder
fd-find cargo install fd-find find replacement
cargo-update cargo install cargo-update keeps cargo pkgs updated
neovim github editor

Symlinks

Add the following symlinks to the path in this repo

  • ~/.zshrc -> .zshrc
  • ~/.config/nvim/init.lua -> nvim/init.lua
  • ~/.config/nvim/lua -> nvim/lua
  • ~/.config/starship.toml -> starship.toml
  • ~/.gitconfig -> .gitconfig
    • Or add the following to the current .gitconfig:
    [include]
        path = ~/tools/dotfiles/.gitconfig
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published