{"id":14065762,"url":"https://github.com/rememberYou/old-dotfiles","last_synced_at":"2025-07-29T21:33:29.390Z","repository":{"id":112693771,"uuid":"115447917","full_name":"rememberYou/old-dotfiles","owner":"rememberYou","description":"Old personal dotfiles configuration","archived":false,"fork":false,"pushed_at":"2021-11-18T17:22:08.000Z","size":11634,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-14T07:09:41.362Z","etag":null,"topics":["dotfiles-manager","dunst","i3","offlineimap","old-dotfiles","package-manager","picom","polybar","ranger","rofi","stow","symlink","termine","x11"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rememberYou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-12-26T19:05:05.000Z","updated_at":"2021-11-18T17:22:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"c52d28c2-7a12-492e-913c-d10b0df7f0d1","html_url":"https://github.com/rememberYou/old-dotfiles","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/rememberYou%2Fold-dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rememberYou%2Fold-dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rememberYou%2Fold-dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rememberYou%2Fold-dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rememberYou","download_url":"https://codeload.github.com/rememberYou/old-dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228052620,"owners_count":17862103,"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":["dotfiles-manager","dunst","i3","offlineimap","old-dotfiles","package-manager","picom","polybar","ranger","rofi","stow","symlink","termine","x11"],"created_at":"2024-08-13T07:04:42.534Z","updated_at":"2024-12-04T05:30:57.001Z","avatar_url":"https://github.com/rememberYou.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"![Dotfiles Logo](assets/dotfiles-logo.png \"Dotfiles logo\")\n===============================\n\nThis repository contains all of my old dotfiles configuration.\n\nList of files:\n\n```\n awesome         ➔ dynamic tiling window manager for X11 written in the C and Lua\n bin             ➔ various useful scripts (e.g. offlineimap)\n dunst           ➔ lightweight replacement for the notification-daemons\n i3              ➔ dynamic tiling window manager for X11 inspired by wmii\n offlineimap     ➔ capable of synchronizing mail on IMAP server with local Maildir folder\n picom           ➔ compositor for X11\n polybar         ➔ status bars\n ranger          ➔ console file manager with VI key bindings\n sh              ➔ common to all shells (e.g. aliases, environment variables)\n termite         ➔ keyboard-centric VTE-based terminal\n wofi            ➔ window switcher, application launcher, ssh dialog for wlroots compositors\n x11             ➔ X11 settings\n```\n\nTo know the current configuration of packages I use for my dotfiles, you can\naccess them [here](https://github.com/rememberYou/dotfiles).\n\n--------------------\n\n### Dotfiles manager ###\n\nI'm using [GNU Stow](https://www.gnu.org/software/stow/) a free, lightweight\ndotfiles manager written in Perl to manages my dotfiles.\n\nWhat's make differentiates it from other dotfiles managers is that it does\nnot require various Python, Ruby or Perl dependencies like most dotfiles\nmanager.\n\nWith that, it is easy to share files among multiple users or computers with a\nfew command lines.\n\n--------------------\n\n### Getting started ###\n\nNo matter what your Linux distribution, `stow` can easily be installed according\nto your package manager:\n\n\tsudo pacman -S stow\n\tsudo apt-get install stow\n\nFor macOS users:\n\n\tbrew install stow\n\nOnce the installation is complete, make a clone of the repository:\n\n\tgit clone https://github.com/rememberYou/dotfiles.git\n\nYou can now install any configurations you wish to copy using GNU Stow:\n\n```bash\n# Make sure you are in the right directory\ncd dotfiles\n\n# Example to install the offlineimap config\nstow offlineimap\n\n# Uninstall the sway config\nstow -D offlineimap\n```\n\nIf you want to install all the configurations, you can do it directly\nwith\n[`stowsym.sh`](https://github.com/rememberYou/dotfiles/blob/master/stowsym.sh):\n\n```bash\n# Change permission to execute the script\nchmod +x stowsym.sh\n\n# Installation of configuration files\n./stowsym.sh -i\n\n# Deletion of configuration files\n./stowsym.sh -d\n```\n\nEasy, isn't it? For those who want to find my Emacs configuration files, they\nare available: [here](https://github.com/rememberYou/.emacs.d/).\n\n--------------------\n\n### Contributions ###\n\nVarious functions may be optimized or spelling errors may occur. If you want to\nmake your own correction on these dotfiles, you are free to do so.\n\nPlease note that I can't guarantee that your changes will be accepted.\n\n--------------------\n\n### License ###\n\nThe code is unlicensed, take what you like and hope that thes dotfiles can be so\nuseful to you that it is for me.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FrememberYou%2Fold-dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FrememberYou%2Fold-dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FrememberYou%2Fold-dotfiles/lists"}