Skip to content

Instantly share code, notes, and snippets.

View dslzuha's full-sized avatar
🏠
Working from home

Zuha BD dslzuha

🏠
Working from home
View GitHub Profile
@dslzuha
dslzuha / chocolatey-packages
Last active May 28, 2020 13:39
Sample markdown code
[![Build status](https://ci.appveyor.com/api/projects/status/scg80s9tc3fepk3g?svg=true)](https://ci.appveyor.com/project/dslzuha/chocolatey-packages)
#!/bin/bash
# Get postman app
wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
sudo tar -xzf postman.tar.gz -C /opt
sudo ln -s /opt/Postman/Postman /usr/bin/postman
#Create a Desktop Entry
cat > ~/.local/share/applications/postman.desktop <<EOL
[Desktop Entry]
Encoding=UTF-8
@dslzuha
dslzuha / Slack Integration with GitHub
Last active April 21, 2020 23:07
It's made by copy pest for all
# Slack Integration with GitHub
> **Heads Up!** The GitHub and Slack app has a few new features to help you turn conversations into next steps. Take action on pull requests, issues, and more right from your Slack channels to start moving work forward, faster. [Read more about it on the GitHub blog](https://blog.github.com/2018-05-17-new-improvements-to-slack-and-github-integration/).
## About
The GitHub integration for Slack gives you and your teams full visibility into your GitHub projects right in Slack channels, where you can generate ideas, triage issues and collaborate with other teams to move projects forward. This integration is an open source project, built and maintained by GitHub.
## Table of Contents
- [Installing the GitHub integration for Slack](#installing-the-github-integration-for-slack)
#!/bin/bash
# Get postman app
wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz
sudo tar -xzf postman.tar.gz -C /opt
sudo ln -s /opt/Postman/Postman /usr/bin/postman
#Create a Desktop Entry
cat > ~/.local/share/applications/postman.desktop <<EOL
[Desktop Entry]
Encoding=UTF-8
@PurpleBooth
PurpleBooth / README-Template.md
Last active June 8, 2024 05:20
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites