Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 821 Bytes

File metadata and controls

40 lines (29 loc) · 821 Bytes

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