eugeneandrienko / dotfiles

Dotfiles from my $HOME
3 stars 0 forks source link
dotfiles dotfiles-freebsd dotfiles-linux

This repository contains different configuration files, which I have been writing since 2005.

** =noauto/= contents:

** System programs:

** Mail and IM:

** Editing:

** Utilities:

** Multimedia:

** GUI:

On the new machine you should do the next, to import sensitive data: ** File synchronization: To work with file synchronization via cloudsync you need to have =sync= SSH-key with empty passphrase. This key should be added to remote server to =rsync= account into =~/.ssh/authorized_keys=.

** Passwords: For using GMail with =fetchmail= and =msmtp= you should specify mail server passwords in =~/.netrc=.

** Import GPG keys: Use this commands:

+BEGIN_EXAMPLE

gpg --import pub.key gpg --import priv.key

+END_EXAMPLE

After that call =gpg --edit-key = and set trust level to 5 via command =trust=. Quit gpg console with =quit= command.

Run this after first Emacs run:

+begin_example

M-x all-the-icons-install-fonts

+end_example

Fonts should be installed to =~/.local/share/fonts/=. After installation:

** /etc/hosts: You should update your =/etc/hosts= with data from =noauto/hosts=.