Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desarrolla2/dotfiles
Here are my personal dot files, i use this repository to share some of my configs about several computers, you can use it to get any ideas about how i work, but be careful is possible that this repository is not updated.
https://github.com/desarrolla2/dotfiles
Last synced: about 1 month ago
JSON representation
Here are my personal dot files, i use this repository to share some of my configs about several computers, you can use it to get any ideas about how i work, but be careful is possible that this repository is not updated.
- Host: GitHub
- URL: https://github.com/desarrolla2/dotfiles
- Owner: desarrolla2
- License: mit
- Created: 2014-07-09T14:53:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-11-23T08:24:12.000Z (about 1 year ago)
- Last Synced: 2023-11-23T09:28:17.594Z (about 1 year ago)
- Language: Shell
- Homepage: https://desarrolla2.com
- Size: 800 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
This are my personal dotfiles, i use this repository to share some of my configs about several computers, you can use it
to get any ideas about how i work, but be careful is possible that this repo is not updated.# Installation
First of all you need to clone the entire project.
```zsh
git clone [email protected]:desarrolla2/dotfiles.git
```You only need to install the components that you want.
## zsh and oh-my-zsh
1. Install zsh with `apt-get install zsh` on debian/ubuntu system. More info [here](http://www.zsh.org/).
2. Install zsh oh-my-zsh, see more it [here](https://github.com/eyenx/omzsh).
3. Create a symbolic link.```zsh
ln -s /path/to/dotfiles/zsh/zshrc.sh ~/.zshrc
ln -s /path/to/dotfiles/oh-my-zsh/desarrolla2.zsh-theme ~/.oh-my-zsh/themes/desarrolla2.zsh-theme
```
This is the aspect that will have your terminal![screenshot](https://lh4.googleusercontent.com/-Cnm9OfD8PQ0/V5IV4HtZ7qI/AAAAAAAAHYA/W84Tk8vNbkMbGN7I3HA4eGIxTfWrVMzjACL0B/w1044-h157-no/desarrolla2_theme.png "Desarrolla2 theme screenshot")
## tmux
1. Install tmux with `apt-get install tmux` on debian/ubuntu system. More info [here](http://tmux.sourceforge.net/).
2. Create a symbolic link.```zsh
ln -s /path/to/dotfiles/tmux/tmux.conf ~/.tmux.conf
```I strongly recommend that you also use `guake`
## git
1. Install tmux with `apt-get install git` on debian/ubuntu system. More info [here](https://git-scm.com/).
2. Config your gitignore file.```zsh
git config --global core.excludesfile /path/to/dotfiles/git/gitignore
git config core.fileMode false
```## ssh
1. Create a symbolic link.
```zsh
ln -s /path/to/dotfiles/ssh/config ~/.ssh/config
```# Contact
You can contact me on twitter [@desarrolla2](https://twitter.com/desarrolla2)