mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 19:09:55 +01:00
Compare commits
No commits in common. "f81199c2cedacfb94e917e63997cf8d6be610d50" and "01c9afefb3032f8fbdc906428ca1f0de119b8462" have entirely different histories.
f81199c2ce
...
01c9afefb3
@ -10,7 +10,7 @@ ln -s ~/.dotfiles/tmux/tmux.conf ~/.tmux.conf
|
|||||||
mkdir ~/.dotfiles/this-machine
|
mkdir ~/.dotfiles/this-machine
|
||||||
touch ~/.dotfiles/this-machine/zsh
|
touch ~/.dotfiles/this-machine/zsh
|
||||||
touch ~/.dotfiles/this-machine/tmux.conf
|
touch ~/.dotfiles/this-machine/tmux.conf
|
||||||
sudo chsh -s "$(which zsh)" $USER
|
sudo chsh -s '$(which zsh)' "$USER"
|
||||||
|
|
||||||
# If private repo is available, add ssh config + hosts
|
# If private repo is available, add ssh config + hosts
|
||||||
if [ -d "$HOME/.jan" ]; then
|
if [ -d "$HOME/.jan" ]; then
|
||||||
|
16
nanorc
16
nanorc
@ -1,15 +1,13 @@
|
|||||||
set autoindent # indent a newly created lines
|
set autoindent
|
||||||
set tabsize 4
|
set tabsize 4
|
||||||
|
|
||||||
set softwrap # wrap lines
|
set softwrap
|
||||||
set atblanks # wrap at empty positions (e.g. space, tabs)
|
set atblanks
|
||||||
|
|
||||||
set linenumbers # show line numbers at the left side
|
set linenumbers
|
||||||
set numbercolor #9d5,#111
|
set numbercolor #9d5,#111
|
||||||
|
|
||||||
set indicator # display a "scrollbar" on the right side
|
|
||||||
set scrollercolor #9d5,#111
|
|
||||||
|
|
||||||
set functioncolor #9d5,#111
|
set functioncolor #9d5,#111
|
||||||
set mouse # enable mouse support
|
set indicator
|
||||||
set smarthome # 'Home' key position the cursor smarter
|
set mouse
|
||||||
|
set smarthome
|
||||||
|
Loading…
Reference in New Issue
Block a user