Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akrawchyk/dotfiles
Everyone needs a ⌂
https://github.com/akrawchyk/dotfiles
dotfiles
Last synced: 3 months ago
JSON representation
Everyone needs a ⌂
- Host: GitHub
- URL: https://github.com/akrawchyk/dotfiles
- Owner: akrawchyk
- Created: 2012-11-29T01:24:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T07:30:58.000Z (11 months ago)
- Last Synced: 2024-06-16T09:33:28.643Z (5 months ago)
- Topics: dotfiles
- Language: Vim Script
- Homepage:
- Size: 288 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Akrawchyk's Dotfiles
# Usage
Install [stow](https://www.gnu.org/software/stow/) (pick one).
```
# Debiansudo apt-get install stow
# MacOS
brew install stow
```Then selectively stow what you need
```
cd dotfiles
stow --target=$HOME -S zsh ssh git hg alacritty# MacOS
stow --target=$HOME -S macos
# Tmux+Vim
stow --target=$HOME -S tmux vim
# JS
stow --target=$HOME -S js
```# Tips
* Generating SSH Keys
```
$ ssh-keygen -o -a 100 -t ed25519
```old:
```
$ ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa__$(date +%Y-%m-%d) -C " key for "
```* System-level ad blocking
```
https://github.com/StevenBlack/hosts
```