python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to symlink alias and function dotfiles
I trying to make my own alises. I have this in my ~/dotfiles:
alias hello="echo Hello"
I try to symlink this:
ln -sn "~/dotfiles/.alias" ~
But after this when i run my alias noth...
Mehan Alavi
Votes: 0
Answers: 1
Installing ZSH Plugins to be used inside of zshrc file
I am currently trying to work on a dotfiles repository using several git submodules such as dotbot and a dotbot-brewfile. I'm looking to ask a few questions in this post to help make sure I better han...
user2576961
Votes: 0
Answers: 1
Managing a user's crontab in a dotfiles repository
Many developers maintain a dotfile repository, keeping all their configurations in a single space that can be easily synced among different machines. What I haven't seen so far is people maintaining t...
Bastian Venthur
Votes: 0
Answers: 1
VSCode `.devcontainer`: how to install personal packages with dotfiles?
I start diving deep in VSCode Remote-container with customization. I use a dotfiles repo to feel at home but my dotfiles (specially .zshrc) is packages (like: bat, exa, jq and more). I don't want to p...
mazerte
Votes: 0
Answers: 1