What are DOT-files?

Let’s learn what are DOT-files. The most accurate or helpful solution is served by Ask Ubuntu. If neither of the proposed solutions works for you, please see 5 additional links below.

There are five answers to this question.

Best solution

What are dot-files?

I am having a hard time grasping what dot-files are or what they are for. Are they directories? How do I navigate to them? Thank you!

Answer:

In Unix/Linux dot-files refers to files/directories with a "." appended to their name. Examples...

Read more

RafLance at Ask Ubuntu Mark as irrelevant Undo

Other solutions

Unix: What's the easiest way to manage dotfiles on Github by using symlinks?

Tell it to me like I am a child please. Do you symlink from the repo TO your home directory or vice-versa?

Answer:

I don't know, if it is the best or easiest way, but I got my inspiration for https://github.com/rathier...

Read more

Rainer Thierfelder at Quora Mark as irrelevant Undo

Can I use shell command in .irssi/config?

I'd like to remove my Freenode password from my config file and insert it via Awk instead.  Is this possible? I currently have a line that automatically logs me in like so: autosendcmd = "/msg nickserv identify MY_PASSWORD;wait 2000"; If possible...

Answer:

you can use irssi's /exec command to execute gpg and then print the result to be executed as an irssi...

Read more

Tanami Browne at Quora Mark as irrelevant Undo

How can I use Awk to insert GitHub token into .gitconfig?

I've seen people using lines like this to pull in their Github token: token = !security find-generic-password -gs \"GitHub API Token\" 2>&1 >/dev/null | awk '/password/ {print $2}' | tr -d \\\"  How can I do I more generic...

Answer:

I’m not entirely sure what you’re asking, but if the token is stored in ~/.gitconfig...

Read more

Anonymous at Quora Mark as irrelevant Undo

What are some popular dot-file repositories that are helpful to learn from and use?

How do I find dot-file repositories from more experienced programmers? Dot-file repositories might include files such as .bashrc, .vimrc, etc. An example might be: sontek/dotfiles (Personally, I am more interested in linux-based / vim-based dot-files...

Answer:

You should check out dotfiles.github.com It's a good starting place, it contains (by which I mean, links...

Read more

Pratheek Naidu at Quora Mark as irrelevant Undo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.