README.md: update
This commit is contained in:
parent
b6cdee3d35
commit
429d9747dd
34
README.md
34
README.md
@ -1,37 +1,15 @@
|
|||||||
# Alan's dotfiles
|
# 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
|
```console
|
||||||
$ mkdir ~/src/git
|
$ git clone --recursive https://git.mjanja.ch/alanorth/dotfiles.git
|
||||||
$ cd ~/src/git
|
$ ./dotdrop/bootstrap.sh
|
||||||
$ git clone https://github.com/alanorth/dotfiles.git
|
$ pip3 install -r dotdrop/requirements.txt --user
|
||||||
$ cd ~
|
$ ./dotdrop.sh install
|
||||||
$ 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
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## .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
|
## License
|
||||||
Copyright (C) 2015–2020 Alan Orth
|
Copyright (C) 2015–2022 Alan Orth
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user