mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
git-annex
This commit is contained in:
parent
b6c2823d29
commit
6ba6372f0f
@ -70,6 +70,6 @@ alias xl="void-list-packages"
|
||||
# nnn
|
||||
alias n="nnn -e"
|
||||
export NNN_FCOLORS='0000E6310000000000000000'
|
||||
export NNN_PLUG='f:finder;o:fzopen;d:diffs;t:nmount;v:imgview;q:preview-tui'
|
||||
export NNN_PLUG='f:finder;o:fzopen;d:diffs;t:nmount;v:imgview;q:preview-tui;g:getdrop'
|
||||
export NNN_FIFO="/tmp/nnn.fifo"
|
||||
export NNN_TRASH=1
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
The following documents some NixOS setup that wasn't automated.
|
||||
|
||||
## Wireguard Client
|
||||
## Wireguard Client
|
||||
|
||||
Wireguard is nice for a home vpn and [pivpn](https://pivpn.io/) makes it easy.
|
||||
Currently my scripts for controlling (and visualizing the state of the vpn)
|
||||
@ -18,7 +18,7 @@ nmcli connection import type wireguard file <conf file from pivpn>
|
||||
3. Use `nm-connection-editor` to disable automatic connection
|
||||
4. Connect to vpn with `nmcli connection up <vpn connection name>
|
||||
|
||||
## Mount network drives
|
||||
## Mount network drives
|
||||
|
||||
I find fstab messing about more trobule than it is worth. Credentials are
|
||||
stored in ~/.smb. Mount network drives when needed with the following command:
|
||||
@ -37,36 +37,11 @@ These two folders are symlinked to the home folder where taskwarrior/timewarrior
|
||||
expects them.
|
||||
- `warrior` - contains text files associated with taskwarrior (mostly from
|
||||
taskopen).
|
||||
- `phone photos` - personal photos synched from android.
|
||||
- `phone screenshots` - personal screenshots synced from android.
|
||||
- `ssh_keys` - contains ssh keys for git remotes (~/.ssh/keys)
|
||||
- `vimwiki` - contains text files associate with my personal vimwiki.
|
||||
|
||||
## Git SSH for personal and work
|
||||
## Git-annex
|
||||
|
||||
- ~/.gitconfig - personal github configuration.
|
||||
- ~/devel/work/.gitconfig - work gitlab configuration.
|
||||
|
||||
Gitconfig files for SSH git push/pull are automaitcally placed. The only
|
||||
additional configuration required is the transfer of SSH keys (see Syncthing
|
||||
section).
|
||||
|
||||
## Firefox
|
||||
|
||||
Transfer the `.mozilla` folder from install-to-install to maintain Firefox
|
||||
settings and configurations.
|
||||
|
||||
## Yuzu
|
||||
|
||||
Copy over the `~/.config/yuzu` and `~/.local/share/yuzu` from prior install.
|
||||
|
||||
## Themeing (is that a word?)
|
||||
|
||||
### Alacritty
|
||||
TODO
|
||||
|
||||
### ZSH
|
||||
TODO
|
||||
|
||||
### Sway
|
||||
TODO
|
||||
I use [git-annex](https://git-annex.branchable.com/walkthrough/) to sync some
|
||||
of the large files (mostly roms) that I don't want to have fill copies on each
|
||||
machine.
|
||||
- `roms` - `~/mnt/engi/media/roms` from Torus.
|
||||
|
Loading…
x
Reference in New Issue
Block a user