{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":96241642,"defaultBranch":"master","name":"dotfiles","ownerLogin":"Morelatto","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-07-04T17:48:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13797079?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1521729448.0","currentOid":""},"activityList":{"items":[{"before":"ecdeec89450308cbcb3d5dcd144e006585334dfa","after":"5b32676a6c719178aa862a683757d09ebcd06f7d","ref":"refs/heads/master","pushedAt":"2024-06-12T14:48:41.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"chore: update lock command","shortMessageHtmlLink":"chore: update lock command"}},{"before":"6e2f07ca30bbace74c9cb83622cbc1b0a4aa0e2d","after":"ecdeec89450308cbcb3d5dcd144e006585334dfa","ref":"refs/heads/master","pushedAt":"2024-05-28T12:12:12.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"feat(install.sh): add placeholder function for dunst setup configuration\n\nThe commit adds a new function `dunst_setup` to the installation script, which is intended to set up the Dunst notification daemon. Currently, the function includes comments as placeholders for future implementation steps such as linking necessary configuration files. This change prepares the script for future enhancements related to Dunst configuration.","shortMessageHtmlLink":"feat(install.sh): add placeholder function for dunst setup configuration"}},{"before":"eca1f0e2105209575f1f52091cf3c55f7751114b","after":"6e2f07ca30bbace74c9cb83622cbc1b0a4aa0e2d","ref":"refs/heads/master","pushedAt":"2023-09-03T20:14:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"feat(functions.zsh): add new function cp_docker to copy files between Docker containers and the host machine\n\nThe new function cp_docker is added to the zsh/common/functions.zsh file. This function uses the 'docker run' command to run a temporary Alpine container and copies files from the source directory to the destination directory using the 'cp' command. This function is useful for easily copying files between Docker containers and the host machine.","shortMessageHtmlLink":"feat(functions.zsh): add new function cp_docker to copy files between…"}},{"before":"8a8626c5f18e69e60c6e0fb1bfb529c1d0b2bb8b","after":"eca1f0e2105209575f1f52091cf3c55f7751114b","ref":"refs/heads/master","pushedAt":"2023-08-30T22:01:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"chore(dunstrc): adjust width and height values to improve notification display\nchore(dunstrc): change gap_size value to add a small gap between notifications\nchore(dunstrc): remove unnecessary space in mouse_left_click configuration","shortMessageHtmlLink":"chore(dunstrc): adjust width and height values to improve notificatio…"}},{"before":"c8cba7be8b1d35891f621add805b24b85caee31a","after":"8a8626c5f18e69e60c6e0fb1bfb529c1d0b2bb8b","ref":"refs/heads/master","pushedAt":"2023-08-29T18:43:00.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"fix(polybar): change primary color from #F0C674 to #feeb01 for better visibility","shortMessageHtmlLink":"fix(polybar): change primary color from #F0C674 to #feeb01 for better…"}},{"before":"28f73480fc526092b0b20cc8ff82bbaa9e181f89","after":"c8cba7be8b1d35891f621add805b24b85caee31a","ref":"refs/heads/master","pushedAt":"2023-08-26T04:36:08.000Z","pushType":"push","commitsCount":21,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"fix(install.sh): change variable names to improve readability and semantics\nfeat(install.sh): add support for i3 and X configurations to be installed and set up\nfeat(install.sh): add support for polybar installation and configuration\nfeat(install.sh): add support for additional packages installation for zsh, i3, and X","shortMessageHtmlLink":"fix(install.sh): change variable names to improve readability and sem…"}},{"before":"1c85df9d36a210ea6a628ccbef1d0e9b8d6b672f","after":"28f73480fc526092b0b20cc8ff82bbaa9e181f89","ref":"refs/heads/master","pushedAt":"2023-08-09T04:52:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"Add aliases for filtering unique lines and counting lines","shortMessageHtmlLink":"Add aliases for filtering unique lines and counting lines"}},{"before":"a7c5a60b8e47b567da2a785b79c680287048a7be","after":"1c85df9d36a210ea6a628ccbef1d0e9b8d6b672f","ref":"refs/heads/master","pushedAt":"2023-08-08T16:31:29.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"chore(zshenv): add environment variables for NVM, IPython, and Jupyter config directories\n\nThe commit adds the following environment variables to the zshenv file:\n- NVM_DIR: Specifies the directory where NVM (Node Version Manager) is installed.\n- IPYTHONDIR: Specifies the directory where IPython configuration files are stored.\n- JUPYTER_CONFIG_DIR: Specifies the directory where Jupyter configuration files are stored.\n\nThese environment variables are added to enhance the configuration and usage of NVM, IPython, and Jupyter.","shortMessageHtmlLink":"chore(zshenv): add environment variables for NVM, IPython, and Jupyte…"}},{"before":"7e42938bf819e459f28ce755d3b2f7cf1acaac02","after":"a7c5a60b8e47b567da2a785b79c680287048a7be","ref":"refs/heads/master","pushedAt":"2023-07-15T18:16:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"Updates install scripts and zsh config","shortMessageHtmlLink":"Updates install scripts and zsh config"}},{"before":"f1581a7663d5605650da0a90d9da4dd7e5d7e6be","after":"7e42938bf819e459f28ce755d3b2f7cf1acaac02","ref":"refs/heads/master","pushedAt":"2023-07-13T20:35:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"Adds poetry setup for zsh and updates install script","shortMessageHtmlLink":"Adds poetry setup for zsh and updates install script"}},{"before":"985bfc24d6a65c99162c559c7e7b21e27c8e9dee","after":"f1581a7663d5605650da0a90d9da4dd7e5d7e6be","ref":"refs/heads/master","pushedAt":"2023-07-13T02:51:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"Updates setup script and zsh configuration","shortMessageHtmlLink":"Updates setup script and zsh configuration"}},{"before":"d244a7708290b3eb4e17922c13e94a89b37d526c","after":"985bfc24d6a65c99162c559c7e7b21e27c8e9dee","ref":"refs/heads/master","pushedAt":"2023-07-10T12:39:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"Updates zsh config and removes old","shortMessageHtmlLink":"Updates zsh config and removes old"}},{"before":"dbdf207d97a9ec5f548fc9b93806160e96a875fe","after":"d244a7708290b3eb4e17922c13e94a89b37d526c","ref":"refs/heads/master","pushedAt":"2023-07-07T17:31:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Morelatto","name":null,"path":"/Morelatto","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13797079?s=80&v=4"},"commit":{"message":"Updates zsh config","shortMessageHtmlLink":"Updates zsh config"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEY3ChTwA","startCursor":null,"endCursor":null}},"title":"Activity · Morelatto/dotfiles"}