Last active
May 21, 2019 11:54
-
-
Save codeitlikemiley/1ce937cd3eece709bcb4a59171a1781a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "journals": { | |
| "default": { | |
| "journal": "~/MEGAsync/journals/reminder.txt", | |
| "encrypt": false | |
| }, | |
| "rfn": { | |
| "journal": "~/MEGAsync/journals/royalflush.txt", | |
| "encrypt": false | |
| }, | |
| "job": { | |
| "journal": "~/MEGAsync/journals/job.txt", | |
| "encrypt": false | |
| }, | |
| "sched": { | |
| "journal": "~/MEGAsync/journals/appointment.txt", | |
| "encrypt": false | |
| }, | |
| "cron": { | |
| "journal": "~/MEGAsync/journals/recurring.txt", | |
| "encrypt": false | |
| }, | |
| "tools": { | |
| "journal": "~/MEGAsync/journals/utilities.txt", | |
| "encrypt": false | |
| }, | |
| "arch": { | |
| "journal": "~/MEGAsync/journals/archlinux.txt", | |
| "encrypt": false | |
| }, | |
| "dev": { | |
| "journal": "~/MEGAsync/journals/localmachine.txt", | |
| "encrypt": false | |
| }, | |
| "fix": { | |
| "journal": "~/MEGAsync/journals/bugfix.txt", | |
| "encrypt": false | |
| }, | |
| "bash": { | |
| "journal": "~/MEGAsync/journals/bash.txt", | |
| "encrypt": false | |
| }, | |
| "php": { | |
| "journal": "~/MEGAsync/journals/php.txt", | |
| "encrypt": false | |
| }, | |
| "laravel": { | |
| "journal": "~/MEGAsync/journals/laravel.txt", | |
| "encrypt": false | |
| }, | |
| "js": { | |
| "journal": "~/MEGAsync/journals/javascript.txt", | |
| "encrypt": false | |
| }, | |
| "vim": { | |
| "journal": "~/MEGAsync/journals/vim.txt", | |
| "encrypt": false | |
| }, | |
| "vue": { | |
| "journal": "~/MEGAsync/journals/vuejs.txt", | |
| "encrypt": false | |
| }, | |
| "nuxt": { | |
| "journal": "~/MEGAsync/journals/nuxtjs.txt", | |
| "encrypt": false | |
| }, | |
| "nsvue": { | |
| "journal": "~/MEGAsync/journals/nativescript-vue.txt", | |
| "encrypt": false | |
| }, | |
| "dart": { | |
| "journal": "~/MEGAsync/journals/dart.txt", | |
| "encrypt": false | |
| }, | |
| "flutter": { | |
| "journal": "~/MEGAsync/journals/flutter.txt", | |
| "encrypt": false | |
| }, | |
| "android": { | |
| "journal": "~/MEGAsync/journals/android.txt", | |
| "encrypt": false | |
| }, | |
| "python": { | |
| "journal": "~/MEGAsync/journals/python.txt", | |
| "encrypt": false | |
| }, | |
| "hack": { | |
| "journal": "~/MEGAsync/journals/hack.txt", | |
| "encrypt": false | |
| } | |
| }, | |
| "editor": "vim", | |
| "encrypt": false, | |
| "default_hour": 8, | |
| "default_minute": 0, | |
| "timeformat": "%m-%d-%Y %H:%M", | |
| "tagsymbols": "@", | |
| "highlight": true, | |
| "linewrap": 79 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bash_functions https://wiki.archlinux.org/index.php/Bash/Functions | |
| gnome https://wiki.archlinux.org/index.php/GNOME#Starting_GNOME | |
| btrfs-sysadmin https://btrfs.wiki.kernel.org/index.php/SysadminGuide#Snapshots | |
| arch-btrfs-vultur-server https://www.vultr.com/docs/install-arch-linux-with-btrfs-snapshotting | |
| btrfs-easy-back-up-and-rollback https://ramsdenj.com/2016/04/05/using-btrfs-for-easy-backup-and-rollback.html | |
| arch-linux-and-manjaro-btrfs-snapshots-opensuse-way https://tuxtech.info/2017/10/30/arch-linux-and-manjaro-btrfs-snapshots-opensuse-way/ | |
| setting-up-arch-on-lenovo-yoga http://ticki.github.io/blog/setting-up-archlinux-on-a-lenovo-yoga/ | |
| Easy sync BTRFS snapshots with btrfs-sync https://ownyourbits.com/2018/03/09/easy-sync-of-btrfs-snapshots-with-btrfs-sync/ | |
| vim-as-ide https://github.com/colbycheeze/dotfiles/blob/master/vimrc | |
| hosting an arch linux repo on s3 https://disconnected.systems/blog/archlinux-repo-in-aws-bucket/ | |
| Automating Arch Linux Part 2: Managing Arch Linux with Meta Packages https://disconnected.systems/blog/archlinux-meta-packages/ | |
| Creating a Custom Arch Linux Installer https://disconnected.systems/blog/archlinux-installer/ | |
| install virtualbox on arch https://linuxhint.com/install-virtualbox-arch-linux/ | |
| build custom arch installer https://lifehacker.com/build-a-killer-customized-arch-linux-installation-and-5680453 | |
| python-tut-undergrad https://lectures.quantecon.org/py/index_undergrad.html | |
| automate-arch-install https://disconnected.systems/blog/archlinux-installer/#the-complete-installer-script | |
| arch install https://gist.github.com/codeitlikemiley/18788c4f84ac3e7db980781aba1d2609 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| unix https://www.youtube.com/watch?v=7uwW20odwEk | |
| permissions https://www.youtube.com/watch?v=SdgiYoOi0CY | |
| basic-bash https://www.youtube.com/watch?v=oxuRxtrO2Ag | |
| advance-bash https://www.youtube.com/watch?v=uqHjc7hlqd0 | |
| folder-structure https://www.youtube.com/watch?v=ucctAawSnj8 | |
| links https://www.youtube.com/watch?v=6kDNBbpfvYg | |
| git-tricks https://www.youtube.com/watch?v=d-T51nhmFhQ | |
| timeshift https://www.youtube.com/watch?v=U-lMJHcjCVs | |
| timeshift-more https://www.youtube.com/watch?v=qh08GvrUivc | |
| timeshift-btrfs-mode https://www.youtube.com/watch?v=zcwFYNnWFqA | |
| lightdm-autologin https://www.youtube.com/watch?v=FxHVwDHEK2g | |
| arch-after-install https://www.youtube.com/watch?v=jW4GFGOIUjc | |
| arch-cleanup https://www.youtube.com/watch?v=3OoMvyHYWDY | |
| bash-completions https://www.youtube.com/watch?v=k5A12buZ8To | |
| dotfiles https://www.youtube.com/watch?v=tBoLDpTWVOM | |
| snapper-btrfs https://www.youtube.com/watch?v=uM6Ic6wdMRE | |
| raid-btrfs https://www.youtube.com/watch?v=XwH4N4UEQbs | |
| arch-btrfs https://www.youtube.com/watch?v=fBIqG2bEjrE | |
| ext4-btrfs https://www.youtube.com/watch?v=wso_gZwr9oQ | |
| vim-showcased https://www.youtube.com/watch?v=u2sM1E4h68I | |
| arch-install-btrfs https://www.youtube.com/watch?v=O7HzUCUBBzI | |
| bash-advance https://www.youtube.com/watch?v=uqHjc7hlqd0 | |
| mastering-vim https://www.youtube.com/watch?v=wlR5gYd6um0 | |
| archlinux-btrfs-working https://www.youtube.com/watch?v=fBIqG2bEjrE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment