This repository contains my personal dotfiles and scripts for setting up my development environment.
- Oh My Posh - Prompt theme engine
- Terminal Icons - Folder and file icons
- PSReadLine - Cmdlets for customizing the editing environment, used for autocompletion
Create a .gitconfig
file in the home directory with the following content:
[includeIf "gitdir:~/personal/"]
path = .gitconfig-personal
[includeIf "gitdir:~/work/"]
path = .gitconfig-work
or
[includeIf "hasconfig:remote.*.url:git@github.com*/**"]
path = .gitconfig-personal
[includeIf "hasconfig:remote.*.url:git@my.enterprise.local*/**"]
path = .gitconfig-work
And create the corresponding .gitconfig-personal
and .gitconfig-work
files in the home directory with the following content:
[user]
name = Your Name
email = Your Email
List of programs that I use on my personal computer:
- A desktop application for viewing and analyzing tabular data Tad
- Control display brightness & volume on Mac: Monitor Control
- Mac system monitor in menu bar: Stats
- A desktop application for downloading Udemy Courses Udeler
- Awesome Mac
- Config (macOS / iOS)
- Awesome Linux Software