My dotfiles
- Install zsh
sudo apt install zsh
chsh $USER
- Install ohmyposh
curl -s https://ohmyposh.dev/install.sh | bash -s
- Install zoxide
curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
- Install fzf
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install
-
Add ohmyposh.toml as main.toml inside
~/.config/ohmyposh/main.toml
. -
Add .wezterm.lua file to home folder (Also applicable with windows WSL, on host home, not linux home).
-
Add .zshrc file to linux home folder.
-
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