diff options
author | Jakob Stendahl <jakob.stendahl@outlook.com> | 2020-01-17 12:17:04 +0100 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2020-01-17 12:17:04 +0100 |
commit | 41e4e4f69c8677504c153b95f2b42cd582fb04e5 (patch) | |
tree | 8ab695eda2fe15a7ccb74f756dfb9ab33eee6da7 /README.md | |
parent | 4ef14d855be8f6a56e05483a34f572d5b8c2f151 (diff) | |
parent | 69a8d4e530661b0696b43fd95e33ec4e18206d6a (diff) | |
download | dotfiles-41e4e4f69c8677504c153b95f2b42cd582fb04e5.tar.gz dotfiles-41e4e4f69c8677504c153b95f2b42cd582fb04e5.zip |
Merge branch 'master' of https://github.com/JakobS1n/dotfiles
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 42 |
1 files changed, 41 insertions, 1 deletions
@@ -2,4 +2,44 @@ This is just all my dotfiles, do what you want with them. Personally i use to pull this repo and install them all, but you can use them for inspiration or whatever you want. -There are currently no automatic installation method, so you have to copy each file to its appropriate directory. +I only use mac and linux arch atm, and so i haven't fiddled with windows files for the past year. +Run `./install.sh` and type what os it should be installed to. + +## Installer +### Mac +- Install `homebrew` +- Install `highlight`, `atool`, `w3m`, `mediainfo` +- Install `Oh-My-Zsh` +- Install `zsh-autosuggestions` +- Install `Powerline python thingy` +- Install `Powerlevel9k` +- Create symlinks for dotfiles and folders. + - `mac/tmux.conf` -> `~/.tmux.conf` + - `mac/Hyperterm/hyper.js` -> `~/.hyper.js` + - `mac/Hyperterm/local` -> `~/.hyper_plugins/local` (dir) + - `Common/vimrc` -> `~/.vimrc` + - `Common/vim` -> `~/.vim` (dir) + +- You then need to run `:PlugInstall` in vim. +- And install the font, in `fonts` on your system. +- You can then install the mac terminal theme from the `themer/gen` folder + +### Arch (most of the files are the same.) +Not fully working at the moment. +- Install `Oh-My-Zsh` +- Install `zsh-autosuggestions` +- Install `highligh`, `atool`, `w3m`, `mediainfo` +- Create symlinks + +## Things +### zsh +`zshrc` the file for mac and linux are really the same, except the paths. +Which someone else would have to change anyway, because the don't have the same username as me (probably). +### tmux +`tmuxrc` the file for mac and linux are really the same, except the paths. +Which someone else would have to change anyway, because the don't have the same username as me (probably). +### vim +### bash +I use zsh now, so yeah. +### Hyper js +### bash |