https://github.com/kasir-barati/the-pragmatic-programmer
How to be a Pragmatic Programmer
https://github.com/kasir-barati/the-pragmatic-programmer
documentation gh-pages github markdown the-pragmatic-progrmmer
Last synced: about 2 months ago
JSON representation
How to be a Pragmatic Programmer
- Host: GitHub
- URL: https://github.com/kasir-barati/the-pragmatic-programmer
- Owner: kasir-barati
- Created: 2022-05-21T11:35:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-11T10:03:34.000Z (2 months ago)
- Last Synced: 2026-04-11T12:07:26.591Z (2 months ago)
- Topics: documentation, gh-pages, github, markdown, the-pragmatic-progrmmer
- Language: Python
- Homepage: https://kasir-barati.github.io/the-pragmatic-programmer/
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
## Customize your dev env
- [`pnpm` config](../customize-your-dev-env/pnpm/config.md).
- [VSCode extensions](../customize-your-dev-env/vscode/extensions.md).
- [VSCode settings](../customize-your-dev-env/vscode/settings.md).
- [Chrome](../customize-your-dev-env/chrome.md).
- [Postman](../customize-your-dev-env/postman.md).
- [Steps I take after installing Manjaro](../customize-your-dev-env/pure-manjaro-installed.md).
- [Configuring vim](../customize-your-dev-env/vimrc.md).
### Customized scripts
- [`my-create-angular-app`](../customize-your-dev-env/my-create-angular-app.md).
- [`my-create-react-app`](../customize-your-dev-env/my-create-react-app.md).
- [`my-nest`](../customize-your-dev-env/my-nest.md).
- [`my-next`](../customize-your-dev-env/my-next.md).
- [`my-touch`](../customize-your-dev-env/my-touch.md).
## General
- `sudo apt update && sudo apt install zsh git curl -y` and [then](https://ohmyz.sh/#install):
[VSCode](https://stackoverflow.com/a/65578052/8784518).
Paste this in your `~/.zshrc`:
```cmd
export PATH=$HOME/bin:$HOME/.local/bin:/usr/local/bin:$PATH
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
```
- [After installing apps](../general/after-installing-apps.md).
- [Work with images](../general/img.md).
- [`ffmpeg`](../general/ffmpeg.md).
- [ssd](../general/ssd.md).
- Git
- [Squash All Commits](../git/README.md).
## Manjaro
- [Common stuff](../manjaro/README.md).
- [Jekyll](../manjaro/jekyll/README.md).
- [musicplayer moc](../manjaro/musicplayer%20moc/README.md).
- [pcmanfm](../manjaro/pcmanfm/README.md).
- [ranger](../manjaro/ranger/README.md).
## Refactoring
- [Refactoring tips](../refactor/README.md).
- [VSCode](../refactor/VSCode.md).