Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

wow2006/dotFiles

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
78 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

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.