Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igor47/dotfiles
other random assorted dotfiles
https://github.com/igor47/dotfiles
Last synced: about 1 month ago
JSON representation
other random assorted dotfiles
- Host: GitHub
- URL: https://github.com/igor47/dotfiles
- Owner: igor47
- Created: 2012-05-29T23:54:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T18:40:15.000Z (7 months ago)
- Last Synced: 2024-10-15T15:29:30.182Z (3 months 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 ##