Skip to content

5tefan/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4243c61 · Jan 24, 2025

History

90 Commits
Nov 21, 2024
Aug 11, 2021
Dec 27, 2023
Jan 4, 2021
Jun 28, 2024
Apr 29, 2021
Jun 28, 2024
Jun 28, 2024
Apr 22, 2019
Apr 1, 2021
May 6, 2021
May 8, 2020
Jan 24, 2025
Jul 17, 2024
Apr 22, 2019
Oct 9, 2023
May 8, 2020
Jan 6, 2021
Aug 15, 2023
Sep 6, 2024
Jun 6, 2022

Repository files navigation

DOTFILES

Shells

I do not keep ~/.bashrc or ~/.zshrc in the dotfiles repo because they are generally machine specific. However, common pieces of configuration that should be used across machines I will put into a "common" dotfile that I can then source from the machine specific rc file.

Bash

Zsh

Starting in 2021, I'm starting to migrate from Bash to Zsh as primary interactive shell.

Before using Powerlevel10k, note that need to install a font. See p10k readme.

  1. Add [ -f ~/.zsh-common.zsh ] && source ~/.zsh-common.zsh to ~/.zshrc.
  2. Install oh-my-zsh: sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  3. Install pl10k: git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
  4. Set ZSH_THEME="powerlevel10k/powerlevel10k" in ~/.zshrc
  5. Add [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh in ~/.zshrc

About

Home is where caps lock is mapped to escape.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published