Skip to content

attila0x2A/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Install stow

  2. Install zsh plugins:

    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
    
  3. Install fzf

  4. Install dotfiles

    cd ~
    git clone --recursive https://github.com/Uran198/dotfiles.git
    stow vim shell

    Alternative to --recursive:

    git clone https://github.com/Uran198/dotfiles.git
    git submodule init
    git submodule update

Updating

stow -R vim shell

Additional configurations

  • Setup ssh for Github, use ssh-agent to access keys with password. Keys should be passphrase protected.

  • To open terminal maximized run exo-preferred-applications and change TerminalEmulator to /usr/bin/xfce4-terminal --maximize

  • Download and install from Skype.com

  • Download and install from Dropbox.com

TODO

  • Move to use ansible. (Experiment in a VM.)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published