Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of files to implement #74

Open
BeatLink opened this issue Dec 13, 2020 · 3 comments
Open

List of files to implement #74

BeatLink opened this issue Dec 13, 2020 · 3 comments

Comments

@BeatLink
Copy link

This is just a general dump of files and folders that could be implemented. Each of these should be moved to their own issue

.xsession-errors
.yarnrc
.xsessionrc
.xinputrc
.Xauthority
.wget-hsts
.sudo_as_admin_successful
.profile
.pam_environment
.notable.json
.lmmsrc.xml
.ICEauthority
.gtkrc-xfce
.gitconfig
.face
.emulator_console_auth_token
.dmrc
.bashrc
.bash_logout
.bash_history
.yarn
.wine
.vscode-oss
.tor-browser
.themes
.ssh
.rednotebook
.pki
.notable
.mume
.linuxmint
.java
.icons
.hplip
.gphoto
.gnome
.dbus
.cinnamon

@BeatLink
Copy link
Author

This is also a good place to look into https://wiki.archlinux.org/index.php/XDG_Base_Directory

@sunhasgothishaton
Copy link

Another list of files is https://wiki.debian.org/DotFilesList

@jimbrig
Copy link

jimbrig commented Nov 4, 2021

also .kube/config:

  - name: kube
    dotfile:
      name: .kube
      is_dir: true
    actions:
      - type: migrate
        source: ${HOME}/.kube/config
        dest: ${XDG_CONFIG_HOME}/kube/config
      - type: migrate
        source: ${HOME}/.kube/cache
        dest: ${XDG_CACHE_HOME}/kube/cache
      - type: export
        key: KUBECONFIG
        value: ${XDG_CONFIG_HOME}/kube/config
      - type: alias
        alias: kubectl
        command: kubectl --cache-dir="$XDG_CACHE_HOME"/kube/cache --kubeconfig "$XDG_CONFIG_HOME"/kube/config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants