Skip to content

wow2006/dotFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Installation

Dependencies

  • For Ubuntu

    $ sh install_ubuntu.sh
  • For Arch

    $ sh install_arch.sh

Config zsh

$ sudo apt install zsh
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
$ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k"
$ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
$ ~/.fzf/install

Config Neovim

$ cd ~/.config/
$ git clone https://github.com/wow2006/dotFiles.git
$ cd dotFiles
$ ln -s ~/.config/dotFiles/.config/nvim ~/.config/nvim

Config tmux

$ sudo apt install python3.12-venv
$ cd ~/.config/dotFiles
$ python3 -m venv .env
$ source .env/bin/activate
$ python -m pip install powerline-status powerline-mem-segment
$ find . -type f -name "powerline.conf" # Edit ~/.tmux.conf with find output
$ export PATH=$HOME/.config/dotFiles/.env/bin:$PATH >> ~/.zshrc
$ ln -s ~/.config/dotFiles/.tmux.conf ~/.tmux.conf
$ ln -s ~/.config/dotFiles/.config/powerline/ ~/.config/

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •