https://github.com/raayan/dotfiles
My dotfiles
https://github.com/raayan/dotfiles
Last synced: 4 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/raayan/dotfiles
- Owner: raayan
- Created: 2019-11-07T03:28:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T23:16:18.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T15:02:13.155Z (over 1 year ago)
- Language: Lua
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My bare-bones dotfiles
## Usage
The following will clone and move into the repo.
Then it will backup existing config to `*.bak` and create linkages to the `dotfiles` repo
```
git clone https://github.com/raayan/dotfiles
git cd dotfiles
chmod +x setup.sh
./setup.sh
```
### Updating
You can run `dot-update` to update this repo and ultimately your dotfiles.
## ZSH history with FZF
Install `fzf`
curl this
somewhere and then add to your `.zshrc`:
```bashrc
source /zsh-fzf-history-search.zsh
```
## SSH GPG YubiKey
Install required programs and add folowing to `.zshrc`
```bashrc
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
```