{"id":17651046,"url":"https://github.com/tilap/debconf","last_synced_at":"2025-03-30T08:27:24.415Z","repository":{"id":22350320,"uuid":"25686240","full_name":"tilap/debconf","owner":"tilap","description":null,"archived":false,"fork":false,"pushed_at":"2015-04-10T16:03:33.000Z","size":192,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T10:34:42.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tilap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-24T11:56:17.000Z","updated_at":"2015-04-10T16:03:33.000Z","dependencies_parsed_at":"2022-08-21T03:30:38.206Z","dependency_job_id":null,"html_url":"https://github.com/tilap/debconf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilap%2Fdebconf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilap%2Fdebconf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilap%2Fdebconf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tilap%2Fdebconf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tilap","download_url":"https://codeload.github.com/tilap/debconf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246293838,"owners_count":20754330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-23T11:40:07.641Z","updated_at":"2025-03-30T08:27:24.396Z","avatar_url":"https://github.com/tilap.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Basic home files\n\n- Bash config (bashrc, bashlogout)\n- Vim config\n- Git config\n\nManual install (sym links or includes) so no magic, take only what you need.\n\n## Bashrc\n\n### Install\n\nEdit your .bashrc and add that stuff at the begenning\nYou can then override and/or keep your own stuff after that rows.\n\n```\nexport TILAPDIR=\"$HOME/Tilap/home\"\n\nif [ -f $TILAPDIR/.bashrc ]; then\n    . $TILAPDIR/.bashrc\nfi\n```\n\n### What it provides\n\n* Colors for ls\n* Default editor is vim\n* history custom (format, simple history and sizes)\n* command line head\n* load alias/functions\n* display logo and fortune if install\n\n#### Alias\n\n* by default, file deletion/move ask you confirmation (avoid to erase anything)\n* ls commands have colors, and lots of alias for the options (la, ll, lx, lk, ...)\n* grep comes with colors (and egrep, fgrep too)\n* some stupid shortcuts coz I am a lazy boy\n\n#### Functions\n* seelog [file] : display a log file nicely (require csse package)\n* ff [pattern] : find a file based on its name\n* extract [file] : automatically run tar, unzip and so on\n* swap [file1] [file2] : switch too files\n\nAnd improve bash completion\n\n## Bash logout\n\n### Install\n\n```\ncd\nln -s $TILAPDIR/bashrc/.bash_logout .bash_logout\n```\n\n### Feature\n\nWill clear your screen for your privacy\n\n## Vimrc\n\n### Install\n\n```\ncd\nln -s $TILAPDIR/.vimrc .vimrc\n```\n\n### Features\n\n* tab: 4\n* remember position when exiting, restore when reopen the file\n* bb/bn show or hide line rows\n* Ctrl+n set/unset relative number line if supported\n\n## Gitconfig\n\nComes with basic user config, shortcuts and colors.\n\n```\ncd\nln -s $TILAPDIR/.gitconfig .gitconfig\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftilap%2Fdebconf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftilap%2Fdebconf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftilap%2Fdebconf/lists"}