mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
🎨 Update README & del tmux cfg
This commit is contained in:
parent
734af357dd
commit
56f6d8799a
3 changed files with 30 additions and 1529 deletions
70
README.md
70
README.md
|
|
@ -1,44 +1,34 @@
|
|||
# Dot files
|
||||
|
||||
Config for
|
||||
|
||||
- Git
|
||||
- Vim
|
||||
- Bash
|
||||
- Tmux
|
||||
- Zsh
|
||||
|
||||
### Install
|
||||
|
||||
Install [oh my zsh](https;//ohmyz.sh)
|
||||
# Dotfiles
|
||||

|
||||
__walpappers: [Dropbox](https://www.dropbox.com/s/yx7tsplowtyih7f/walpapper.zip?dl=0) [Google Drive](https://drive.google.com/file/d/1PX76sgLygXfo9qhsdN3cCsFuFuNKpM1y/view?usp=sharing)__
|
||||
|
||||
**Preparing for installation**
|
||||
~~~bash
|
||||
sudo pacman -S git curl zsh # Arch/Mnjaro
|
||||
sudo apt-get install git curl zsh # Debian/Ubuntu/Mint
|
||||
curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)
|
||||
chsh -s $(which zsh)
|
||||
curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh) && chsh -s $(which zsh)
|
||||
git clone https://github.com/Smirnov-O/zsh-simple-colors ~/.oh-my-zsh/custom/themes
|
||||
|
||||
sudo pacman -S i3-wm polybar dunst rofi picom feh redshift \
|
||||
kitty ranger htop bash zsh git vim neofetch scrot clipboard yay \
|
||||
ttf-font-awesome ttf-jetbrains-mono ttf-hack
|
||||
yay -S ttf-weather-icons
|
||||
~~~
|
||||
|
||||
Install config
|
||||
|
||||
~~~bash
|
||||
git clone https://github.com/Smirnov-O/dotfiles
|
||||
cd dotfiles
|
||||
bash install.sh
|
||||
~~~
|
||||
|
||||
Install plugin in vim
|
||||
|
||||
~~~bash
|
||||
vim +source~/.vimrc +PlugInstall
|
||||
~~~
|
||||
|
||||
|
||||
|
||||
### Screen-shot
|
||||
|
||||
---
|
||||
|
||||
[Oh my ZSH](https://github.com/ohmyzsh/ohmyzsh)
|
||||
|
||||
[Oh my Tmux](https://github.com/gpakosz/.tmux)
|
||||
### Packages
|
||||
| Name | Description |
|
||||
| ------------------------------------------------------------------------ | ----------------- |
|
||||
| `i3-wm` | Window Manager |
|
||||
| `polybar` | Panel |
|
||||
| `dunst` | Notify manager |
|
||||
| `rofi` | Program loncher |
|
||||
| `picom` | Compositor |
|
||||
| `feh` | Setting wallpaper |
|
||||
| `kitty` | Terminal |
|
||||
| `ranger` | File manager |
|
||||
| `htop` | System motitor |
|
||||
| `yay` | AUR helper |
|
||||
| `redshift` | Night light |
|
||||
| `ttf-font-awesome`, `ttf-jetbrains-mono`, `ttf-weather-icons` `ttf-hack` | Font |
|
||||
| `arc-gtk-theme` | GTK theme |
|
||||
| `papirus-icon-theme` | Icon theme |
|
||||
| `scrot` | Screenshot tool |
|
||||
| `clipmenu` | Clipboard manager |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue