Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ktbsomen/ktbsomen

Config files for my GitHub profile.
https://github.com/ktbsomen/ktbsomen

config github-config

Last synced: 29 days ago
JSON representation

Config files for my GitHub profile.

Awesome Lists containing this project

README

        

- šŸ‘‹ Hi, Iā€™m @KTBsomen
- šŸ‘€ Iā€™m interested in Web development, web design, Python programming, scrapping, Gui development, app development, content writing,digital marketing,social media management,and many more.
- šŸŒ± Iā€™m currently learning web design and python and every thing there is no end of learning i always learn new things.
- šŸ’žļø Iā€™m looking to collaborate on instagram @khiladisomen9 and you can find me on github.
- šŸ“« How to reach me email me at [email protected]
- Developed JavaScript like event Api for flutter https://pub.dev/packages/event_handeler

Some Linux CMDS:
#find and replace string in all files
>>> grep -l -r 'search_term' | xargs sed -i 's@ SEARCH_TERM @ REPLACE_TERM @g'

Initialize Git repository
>>>git init

Add files to staging area
>>>git add .

Commit changes
>>>git commit -m "Your commit message"

Add remote repository
>>>git remote add origin

Push code to GitHub
>>>git push -u origin master