diff options
author | Jakob Stendahl <14180120+JakobST1n@users.noreply.github.com> | 2021-01-17 21:20:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 21:20:46 +0100 |
commit | 018cd9c1b5fe18f7bd0ed42c3d2f8522ad2abe24 (patch) | |
tree | 14594eac396de117e39eafc08da8245da96ba459 | |
parent | 3956a01db7d33c289593d0ed409dc4a439f7c00b (diff) | |
download | dotfiles-018cd9c1b5fe18f7bd0ed42c3d2f8522ad2abe24.tar.gz dotfiles-018cd9c1b5fe18f7bd0ed42c3d2f8522ad2abe24.zip |
Update README.md
-rw-r--r-- | README.md | 44 |
1 files changed, 9 insertions, 35 deletions
@@ -2,44 +2,18 @@ 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. -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. +I only use mac and fedora atm (arch is still pretty much the same), and i haven't fiddled with windows files for the past few years. +Run `./install.sh` and type what os you are running. ## Installer -### Mac -- Install `homebrew` -- Install `highlight`, `atool`, `w3m`, `mediainfo` -- Install `Oh-My-Zsh` -- Install `zsh-autosuggestions` -- Install `Powerline python thingy` -- Install `Powerlevel9k` +This should be the steps for all os', but it might not be updated for all the installers. +(The last time i wrote in this readme the fedora and mac scripts were up to date) +- Install `homebrew` on mac +- Install `highlight`, `atool`, `w3m`, `mediainfo`, `vim`, `git`, `zsh`, `tmux` +- Install `Oh-My-Zsh`, `zsh-autosuggestions`, `zsh-syntax-highlighting` +- Install `Powerline`, `Powerlevel10k` - 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 +- You can then install the mac terminal theme from the `themer/gen` folder if you want |