dotfiles
302 Found
3 days ago by xenocid
How to Automatically Import Your Favorite Libraries into IPython or a Jupyter Notebook - Added February 18, 2019 at 12:34PM
devtools
dotfiles
jupyter-notebook
3 days ago by xenocid
Безумие дотфайлов / Хабр
toread
linux
ubuntu
programming
howto
dotfiles
4 days ago by akozlovsky
Мы больше не контролируем свои домашние каталоги.
В моём собственном 25 обычных файлов и 144 скрытых. В дотфайлах хранятся данные, которые не принадлежат мне: они принадлежат программистам, чьи...
4 days ago by akozlovsky
webpro/awesome-dotfiles: A curated list of dotfiles resources.
4 days ago by GameGamer43
A curated list of dotfiles resources.
GitHub_Repos
dotfiles
4 days ago by GameGamer43
lra/mackup: Keep your application settings in sync (OS X/Linux)
tools
backup
dotfiles
5 days ago by matopher
Keep your application settings in sync (OS X/Linux) - lra/mackup
5 days ago by matopher
Dotfile madness
configuration
files
linux
dotfiles
10 days ago by whip_lash
This particular problem has been noticed and solved a long time ago with the creation of XDG Base Directory Specification. The specification defines a set of environment variables pointing programs to a directory in which their data or configuration should be stored. It is up to the user to set those variables so if the variables are not available the programs are expected to default to a directory defined by the standard and not the user's home directory.
10 days ago by whip_lash
The best way to store your dotfiles: A bare Git repository - Atlassian Developers
10 days ago by lmcly
Starting from scratch
If you haven't been tracking your configurations in a Git repository before, you can start using this technique easily with these lines:
git init --bare $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
echo "alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'" >> $HOME/.bashrc
OR
echo "alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'" >> $HOME/.oh-my-zsh/custom/aliases.zsh
bash
linux
dotfiles
If you haven't been tracking your configurations in a Git repository before, you can start using this technique easily with these lines:
git init --bare $HOME/.cfg
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
config config --local status.showUntrackedFiles no
echo "alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'" >> $HOME/.bashrc
OR
echo "alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'" >> $HOME/.oh-my-zsh/custom/aliases.zsh
10 days ago by lmcly
Using Dotfiles for Managing Development and Many Other Magical Things | CSS-Tricks
linux
dotfiles
10 days ago by synergyfactor
Howdy folks! 🎉 I'm Simon Owen, and over the years, I've loved being a part of and learning from the dotfiles community. I spend a lot of time
10 days ago by synergyfactor
SSH AutoComplete on OSX
10 days ago by michaelfox
I am a very heavy user of SSH, like everyday all day type of user. I know a couple cool SSH tricks like port forwarding and mapping remote drives. One thing that always bugged me was the lack of auto…
#geek-stuff #osx #command-line #ssh
refrr:https://medium.com/@ericvanjohnson
I am a very heavy user of SSH, like everyday all day type of user. I know a couple cool SSH tricks like port forwarding and mapping remote drives. One thing that always bugged me was the lack of auto…
#geek-stuff #osx #command-line #ssh
refrr:https://medium.com/@ericvanjohnson
setup
dotfiles
ssh
macos
#geek-stuff #osx #command-line #ssh
refrr:https://medium.com/@ericvanjohnson
I am a very heavy user of SSH, like everyday all day type of user. I know a couple cool SSH tricks like port forwarding and mapping remote drives. One thing that always bugged me was the lack of auto…
#geek-stuff #osx #command-line #ssh
refrr:https://medium.com/@ericvanjohnson
10 days ago by michaelfox
Howto Setup Vim IDE for PHP Development
10 days ago by michaelfox
As a PHP developer one has quiet a lot of choices of IDE. Some are graphical will built-in features like debugging, code completion, auto indentation, syntax highlighting, code checking and many mo…
refrr:https://medium.com/shocm/reposting-a-great-article-i-can-across-for-all-my-php-buddies-out-there-who-want-to-use-vi-for-b253fd6930b
As a PHP developer one has quiet a lot of choices of IDE. Some are graphical will built-in features like debugging, code completion, auto indentation, syntax highlighting, code checking and many mo…
refrr:https://medium.com/shocm/reposting-a-great-article-i-can-across-for-all-my-php-buddies-out-there-who-want-to-use-vi-for-b253fd6930b
php
vim
setup
dotfiles
refrr:https://medium.com/shocm/reposting-a-great-article-i-can-across-for-all-my-php-buddies-out-there-who-want-to-use-vi-for-b253fd6930b
As a PHP developer one has quiet a lot of choices of IDE. Some are graphical will built-in features like debugging, code completion, auto indentation, syntax highlighting, code checking and many mo…
refrr:https://medium.com/shocm/reposting-a-great-article-i-can-across-for-all-my-php-buddies-out-there-who-want-to-use-vi-for-b253fd6930b
10 days ago by michaelfox