mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 02:47:56 +00:00
add README
This commit is contained in:
17
README.md
17
README.md
@@ -1 +1,16 @@
|
||||
my dotfiles for linux
|
||||
#my dotfiles for linux
|
||||
##Config .bashrc
|
||||
Первое устанавливаем oh-my-bash
|
||||
```
|
||||
bash -c "$(wget https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh -O -)"
|
||||
```
|
||||
После чего выберем тему дл установки я выбрал *agnoster*
|
||||
Установим ее, найдем строчку
|
||||
```
|
||||
OSH_THEME="theme defaults"
|
||||
```
|
||||
после чего перечитаем конфиг
|
||||
```
|
||||
source ~/.bashrc
|
||||
```
|
||||
и склонируем репозиторий .mydofiles.
|
||||
|
||||
Reference in New Issue
Block a user