README.md: update

This commit is contained in:
Alan Orth 2022-01-27 16:30:45 +03:00
parent b6cdee3d35
commit 429d9747dd
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 6 additions and 28 deletions

View File

@ -1,37 +1,15 @@
# Alan's dotfiles
Dotfiles for pretty much every Linux system I have access to. After setting up a new host, I do:
Alan's dotfiles are managed with [dotfiles](https://github.com/deadc0de6/dotdrop). To set up on a new machine, do this:
```console
$ mkdir ~/src/git
$ cd ~/src/git
$ git clone https://github.com/alanorth/dotfiles.git
$ cd ~
$ ln -sf ~/src/git/dotfiles/.bashrc .
$ ln -sf ~/src/git/dotfiles/.vim .
$ ln -sf ~/src/git/dotfiles/.vimrc .
$ ln -sf ~/src/git/dotfiles/.tmux.conf .
$ ln -sf ~/src/git/dotfiles/.zshrc .
$ mkdir -p ~/.config
$ ln -sf ~/src/git/dotfiles/sway .config
$ ln -sf ~/src/git/dotfiles/foot .config
$ ln -sf ~/src/git/dotfiles/mako .config
$ ln -sf ~/src/git/dotfiles/kanshi .config
$ git clone --recursive https://git.mjanja.ch/alanorth/dotfiles.git
$ ./dotdrop/bootstrap.sh
$ pip3 install -r dotdrop/requirements.txt --user
$ ./dotdrop.sh install
```
## .bashrc
Configures the shell to have a custom PS1 prompt, adds paths for Homebrew, adds some common aliases, Selenized dircolors, etc.
## .tmux.conf
Solarized color scheme with key bindings like GNU screen.
## .vim + .vimrc
Syntax highlighting, Selenized color scheme, tab stops to four spaces, etc.
## .zshrc
Configures the shell to have a custom PS1 prompt, adds paths for Homebrew, adds some common aliases, Selenized dircolors, etc.
## License
Copyright (C) 20152020 Alan Orth
Copyright (C) 20152022 Alan Orth
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by