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
|
# nnn
|
||||||
alias n="nnn -e"
|
alias n="nnn -e"
|
||||||
export NNN_FCOLORS='0000E6310000000000000000'
|
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_FIFO="/tmp/nnn.fifo"
|
||||||
export NNN_TRASH=1
|
export NNN_TRASH=1
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
The following documents some NixOS setup that wasn't automated.
|
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.
|
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)
|
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
|
3. Use `nm-connection-editor` to disable automatic connection
|
||||||
4. Connect to vpn with `nmcli connection up <vpn connection name>
|
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
|
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:
|
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.
|
expects them.
|
||||||
- `warrior` - contains text files associated with taskwarrior (mostly from
|
- `warrior` - contains text files associated with taskwarrior (mostly from
|
||||||
taskopen).
|
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.
|
- `vimwiki` - contains text files associate with my personal vimwiki.
|
||||||
|
|
||||||
## Git SSH for personal and work
|
## Git-annex
|
||||||
|
|
||||||
- ~/.gitconfig - personal github configuration.
|
I use [git-annex](https://git-annex.branchable.com/walkthrough/) to sync some
|
||||||
- ~/devel/work/.gitconfig - work gitlab configuration.
|
of the large files (mostly roms) that I don't want to have fill copies on each
|
||||||
|
machine.
|
||||||
Gitconfig files for SSH git push/pull are automaitcally placed. The only
|
- `roms` - `~/mnt/engi/media/roms` from Torus.
|
||||||
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user