https://github.com/igor47/dotfiles
other random assorted dotfiles
https://github.com/igor47/dotfiles
Last synced: about 1 year ago
JSON representation
other random assorted dotfiles
- Host: GitHub
- URL: https://github.com/igor47/dotfiles
- Owner: igor47
- Created: 2012-05-29T23:54:11.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T05:34:39.000Z (over 1 year ago)
- Last Synced: 2025-03-14T18:54:27.265Z (about 1 year ago)
- Language: Shell
- Size: 2.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dotfiles
========
other random assorted dotfiles.
these should be symlinked into your `$HOME` folder.
i recommend using `.bash_profile` for any system-specific settings for that particular machine.
## alacritty
this config file should be symlinked into a `.config`:
```
mkdir -p ~/.config/alacritty
ln -s ~/repos/dotfiles/alacritty.yml ~/.config/alacritty/
```
## tmux on osx (arm)
i needed help from [here](https://github.com/tmux/tmux/issues/1257#issuecomment-581378716) to get termtype info correct.
my sequence was:
```
/opt/homebrew/Cellar/ncurses/6.2/bin/infocmp tmux-256color > ~/.tmux/tmux-256color.info
tic -xe tmux-256color ~/.tmux/tmux-256color.info
```
## ssh config
this should probably just be the base config.
use like so:
```
cat ~/repos/dotfiles/ssh_config > ~/.ssh/config
```
and then add specific hosts beyond moomers there.
## Very Important ##