Personal configuration files for zsh, kitty, nvim, and git.
- .zshrc - Shell config (Oh My Zsh, aliases, functions, PATH)
- kitty/ - Kitty terminal config + VSCode Dark theme
- nvim/ - Neovim config + custom VSCode Dark colorscheme
- git/.gitconfig - Git config
- bin/ - Custom scripts (openapi-checker.sh, googleapicheck, memu-connect)
- gtk/gtk.css - Dark theme for Nemo file manager (VSCode Dark)
| Command | Function |
|---|---|
mkdir namafolder |
Create directory and enter it |
cekip |
Check public IP via ipconfig.io |
extract file.zip |
Universal extract (tar, zip, 7z, gz, xz) |
path |
Show all PATH entries |
reload |
Restart shell without closing terminal |
| Alias | Command |
|---|---|
.. |
cd .. |
... |
cd ../.. |
.... |
cd ../../.. |
ll |
ls -lah |
vim |
nvim |
git clone git@github.com:abaykan/dotfiles.git
cd dotfiles
chmod +x install.sh
./install.shExisting configs will be backed up to ~/.dotfiles-backup/.