Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ktbsomen/ktbsomen
- Owner: KTBsomen
- Created: 2021-07-25T12:28:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T17:55:51.000Z (10 months ago)
- Last Synced: 2024-02-23T18:49:02.513Z (10 months ago)
- Topics: config, github-config
- Homepage: https://github.com/KTBsomen
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_handelerSome 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 initAdd files to staging area
>>>git add .Commit changes
>>>git commit -m "Your commit message"Add remote repository
>>>git remote add originPush code to GitHub
>>>git push -u origin master