Skip to content

BraianPita/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

My dotfiles

Setup

Linux Steps

  1. Install zsh
sudo apt install zsh
chsh $USER
  1. Install ohmyposh
curl -s https://ohmyposh.dev/install.sh | bash -s
  1. Install zoxide
curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
  1. Install fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
  1. Add ohmyposh.toml as main.toml inside ~/.config/ohmyposh/main.toml.

  2. Add .wezterm.lua file to home folder (Also applicable with windows WSL, on host home, not linux home).

  3. Add .zshrc file to linux home folder.

  4. Configure tmux by installing it, adding .tmux.conf file to home folder, then clone tpm (tmux package manager) like so:

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tp

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published