mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
parent
1c297d3a77
commit
c0420a7022
19
README.md
19
README.md
@ -1,17 +1,10 @@
|
|||||||
These are the configs I use on my Arch Linux installation at home. They can be use and changed as much or as little as you please
|
# frebib/dotfiles
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
To quickly get started, clone this repo and run the setup scripts.
|
To get started, clone this repo and link the relevant files/directories
|
||||||
|
|
||||||
|
```shell
|
||||||
git clone https://github.com/frebib/dotfiles.git ~/.config/dotfiles
|
git clone https://github.com/frebib/dotfiles.git ~/.config/dotfiles
|
||||||
cd ~/.config/dotfiles
|
ln -sfv .config/dotfiles/.config/* .config/
|
||||||
|
ln -sfv .config/dotfiles/.profile .zprofile
|
||||||
You can put the `dotfiles` directory anywhere, just be sure to update the `$DOTFILES` envvar in `.profile`
|
```
|
||||||
|
|
||||||
To link all the configuration files, run the init-dotfiles script:
|
|
||||||
|
|
||||||
**Be warned that this will destroy your current configs without warning**
|
|
||||||
|
|
||||||
scripts/init-dotfiles.sh
|
|
||||||
|
|
||||||
To install all of my packages & programs, check out my other repo <https://github.com/frebib/arch-install/> and the [`userinstall`](https://github.com/frebib/arch-install/blob/master/userinstall) script
|
|
||||||
|
Loading…
Reference in New Issue
Block a user