https://github.com/nleiva/dotfiles
.files
https://github.com/nleiva/dotfiles
bash dotfiles macos
Last synced: about 2 months ago
JSON representation
.files
- Host: GitHub
- URL: https://github.com/nleiva/dotfiles
- Owner: nleiva
- License: mit
- Created: 2017-12-31T21:20:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T23:18:51.000Z (over 2 years ago)
- Last Synced: 2024-12-28T12:15:44.688Z (over 1 year ago)
- Topics: bash, dotfiles, macos
- Language: Shell
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
Setting up my .files (work in progress). Getting ideas from multiples sites such as:
* [Getting Started With Dotfiles](https://medium.com/@webprolific/getting-started-with-dotfiles-43c3602fd789)
* [mathiasbynens/dotfiles](https://github.com/mathiasbynens/dotfiles)
* [jessfraz/dotfiles](https://github.com/jessfraz/dotfiles)
* [webpro/dotfiles](https://github.com/webpro/dotfiles)
## Clone with Git
git clone https://github.com/nleiva/dotfiles.git ~/.dotfiles
## Install
source ~/.dotfiles/install.sh
or
make
## Remove ANSI color codes from iTerm2 logs
```console
sed -i $'s,\x1b\\[[0-9;]*[a-zA-Z],,g' test.log
```
```console
sed -i $'s,\]0;,,g' test.log
```