https://github.com/nousefreak/dotfiles
NoUseFreak's dotfiles
https://github.com/nousefreak/dotfiles
dotfiles git i3 tmux vim zsh
Last synced: 4 months ago
JSON representation
NoUseFreak's dotfiles
- Host: GitHub
- URL: https://github.com/nousefreak/dotfiles
- Owner: NoUseFreak
- License: mit
- Created: 2013-11-17T14:12:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T19:06:24.000Z (over 5 years ago)
- Last Synced: 2023-04-04T11:56:19.987Z (over 2 years ago)
- Topics: dotfiles, git, i3, tmux, vim, zsh
- Language: Vim script
- Size: 148 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .dotfiles
This is yet another version of my dotfiles. I keep these here to sync my machines.
## Usage
As most dotfiles repos, you will in almost every case not be wanting to use this as is.
If you like the setup, create a fork and start customizing it to your own needs and likings.
This allows for other people to find your version and learn from your changes.
Although everyone's dotfiles will be different, I do encourage Pull Requests and feedback to improve
the project.
## What is included
- git
- i3
- tmux
- vim
- zsh
- ssh
- xmodmap
## Installation
```
$ git clone -b master https://github.com/NoUseFreak/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ./install
```
To update it later run `~/.dotfiles/update`
*Dependecies*
- vim
- cmake
- ssh-client>=7.3
## Details
Most of the information is in the code :-).
## Personalize
*zsh*
To customize your zshrc, use `~/.localrc`.
*ssh*
Use `~/.ssh/keys/` to store your keys.
Use `~/.ssh/config.d/` to store your custom configs.
*NOTE*
It is highly recommended to place your personal changes in a seperate git repo and symlink the files to the locations.