Skip to content

nelsyeung/dotfiles

Repository files navigation

dotfiles

dotfiles that works on both macOS and Linux, and with bash and zsh. It contains a custom prompt, useful aliases, Vim configurations and Tmux configurations.

Terminal screenshot

Getting started

Make sure a font with powerline is installed. For example, Cascadia Code and Fira Code.

Install and use immediately with (no need to restart the terminal):

git clone https://github.com/nelsyeung/dotfiles
cd dotfiles
source install.sh

Edit the .gitconfig file with your own name and email for Git. For example,

vi ~/.gitconfig

[user]
  name = Nelson Yeung
  email = [email protected]

Any extra system specific shell configurations, such as paths and aliases, should be added in .system_profile.

Updating can be done by pulling the updates and running source install.sh.

Releases

No releases published

Packages

No packages published