π§π» @kidchenko's .dotfiles
for macOS/Windows - including ~/.macos
, ~/.gitconfig
, .zshrc
, .vimrc
, powershell profile
, etc.
Requirements:
- zsh
- oh-my-zsh
To install on macOS, run the following command in your terminal:
sh -c "$(curl -fsSL https://raw.github.com/kidchenko/dotfiles/master/tools/install.sh)"
Hack Nerd Font
To install on Windows, run the following command in your terminal:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
iwr -useb 'https://raw.githubusercontent.com/kidchenko/dotfiles/master/tools/install.ps1' | iex
Delugia
zsh
andpwsh
support;- Smooth experience between mac and windows os;
- Fabulous .gitconfig;
- One-line installer;
- Auto-update;
- git
- brew
- brave
- Use TLS 1.2
- Windows Long Path Enabled (no more path to long errors)
- git
- choco
- brave
- posh-git
- PowerShellGet
- PSReadLine
- Terminal-Icons
- z
grep
=> Find-Text
on pwsh
alias cls="clear"
on zsh
alias ii="open"
on zsh
..
=> cd ..
dl
=> cd ~/Downloads
ko
=> cd ~/kidchenko
tw
=> cd ~/thoughtworks
g
=> git
l
=> ls
la
= List all files
lsd
= List only directories
lsh
= List only hidden files
week
= Get week number
today
= Get current date
update
= Update Choco/Homebrew
brave
= Open brave
ip
= Get ip
localip
= Get local ip
md5
= Generate md5 from input
sha1
= Generate sha1 from input
sha256
= Generate sha256 from input
path
= Print $PATH
reload
= Reload profile
profile
= Print profile
**Built with β€οΈ by @kidchenko in Bangkok