Giter Club home page Giter Club logo

Comments (3)

 avatar commented on May 23, 2024

Here is my user home:

a-blakedarwinxe@Media:~$ ls -la
total 48
drwxr-xr-x  8 a-blakedarwinxe a-blakedarwinxe 4096 May 21 21:50 .
drwxr-xr-x  3 root            root            4096 May 21 21:25 ..
drwxrwxr-x  3 a-blakedarwinxe a-blakedarwinxe 4096 May 21 21:33 AtoMiC-ToolKit
-rw-r--r--  1 a-blakedarwinxe a-blakedarwinxe  220 May 21 21:25 .bash_logout
-rw-r--r--  1 a-blakedarwinxe a-blakedarwinxe 3760 May 21 21:25 .bashrc
drwx------  2 a-blakedarwinxe a-blakedarwinxe 4096 May 21 21:29 .cache
drwxrwxr-x 10 a-blakedarwinxe a-blakedarwinxe 4096 May 21 21:50 .couchpotato
drwxr-xr-x  3 a-blakedarwinxe a-blakedarwinxe 4096 May 21 21:41 Downloads
-rw-r--r--  1 a-blakedarwinxe a-blakedarwinxe  675 May 21 21:25 .profile
drwxr-xr-x  4 a-blakedarwinxe a-blakedarwinxe 4096 May 21 21:41 .sabnzbd
drwxrwxr-x 12 a-blakedarwinxe a-blakedarwinxe 4096 May 21 21:35 .sickrage
-rw-r--r--  1 a-blakedarwinxe a-blakedarwinxe    0 May 21 21:32 .sudo_as_admin_successful
-rw-------  1 root            root             716 May 21 21:49 .viminfo

from atomic-toolkit.

 avatar commented on May 23, 2024

Found that I was missing /home/$UNAME/.config
Here is the fix:

Add at line 100

if [ ! -d "/home/$UNAME/.config" ]; then
    mkdir /home/$UNAME/.config
fi

from atomic-toolkit.

htpcBeginner avatar htpcBeginner commented on May 23, 2024

@BlakeDarwinXE Awesome. Thanks!

from atomic-toolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.