Skip to content

bnrobinson93/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Contains all the dotfiles that I use in my development environment.

Requirements

  • git - sudo apt install git
  • zsh - sudo apt install zsh
  • starship - curl -sS https://starship.rs/install.sh | sh
  • neovim - See more
  • fzf - sudo apt install fzf
  • ripgrep - sudo apt install ripgrep
  • tmux - sudo apt install tmux
  • tpm - git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
  • stow - sudo apt install stow

Usage

  • stow ~/.dotfiles
  • cp ~/.dotfiles/zsh/.* ~/
  • cp ~/.dotfiles/git/.* ~/
  • tmux source-file ~/.tmux.conf
  • chsh -s /bin/zsh

Note for WSL

In WSL, the locale is not updated by default. Ensure it's updated to use UTF-8 and English.

Run the below, then restart the terminal/tmux session.

sudo apt-get install language-pack-en language-pack-en-base manpages
sudo update-locale LANG=en_US.UTF8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published